[gnome-shell/gnome-3-6] style: Adjust close button overlap



commit 98686e5f7b619d019338cbfe995f686eb0dfa862
Author: Florian MÃllner <fmuellner gnome org>
Date:   Thu Oct 25 18:28:29 2012 +0200

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index b715a1f..d3dc1d1 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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]