From 9df39eb6459273fb105e67c446e20b231c5bb6af Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 30 Oct 2018 17:38:14 -0600 Subject: [PATCH] Fix blurry window control buttons --- gtk-3.0/gtk-dark.css | 4 ++-- gtk-3.0/gtk.css | 4 ++-- gtk-3.0/widgets/_header-bars.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index feae643..aa4cab8 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -2576,8 +2576,8 @@ headerbar { min-height: 20px; } .default-decoration.titlebar button.titlebutton, headerbar.default-decoration button.titlebutton { - min-height: 19px; - min-width: 19px; + min-height: 20px; + min-width: 20px; margin: 0; padding: 0; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 0657e39..677b129 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -2583,8 +2583,8 @@ headerbar { min-height: 20px; } .default-decoration.titlebar button.titlebutton, headerbar.default-decoration button.titlebutton { - min-height: 19px; - min-width: 19px; + min-height: 20px; + min-width: 20px; margin: 0; padding: 0; } diff --git a/gtk-3.0/widgets/_header-bars.scss b/gtk-3.0/widgets/_header-bars.scss index 4285bae..08ecfd7 100644 --- a/gtk-3.0/widgets/_header-bars.scss +++ b/gtk-3.0/widgets/_header-bars.scss @@ -217,8 +217,8 @@ headerbar { min-height: 20px; button.titlebutton { - min-height: 19px; - min-width: 19px; + min-height: 20px; + min-width: 20px; margin: 0; padding: 0; }