From 93e3559dc32742812c8a0d1b506ceefd415bcecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 25 Oct 2012 18:28:29 +0200 Subject: [PATCH] style: Adjust close button overlap After changing the button size, we need to adjust the x-offset by 1px (apparently the y-offset already assumed the correct size). --- data/theme/gnome-shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 95cf6a861..1fd80ac46 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -627,12 +627,12 @@ StScrollBar StButton#vhandle:active { /* we start out in the top right of the * notification, inset. * - * center is 32px/2 = 17px + * center is 32px/2 = 16px * * adjust left 2px * adjust down 8px */ - -shell-close-overlap-x: 15px; + -shell-close-overlap-x: 14px; -shell-close-overlap-y: -12px; }