[gnome-themes-standard/wip/jimmac/updated-gtk2: 73/106] Fixed handle borders.



commit 87183ec69d1e5b0d7d7f4d8cb2f8cf2def4e0a5a
Author: Juraj Fiala <doctorjellyface riseup net>
Date:   Sat Feb 20 15:23:14 2016 +0100

    Fixed handle borders.

 themes/Adwaita/gtk-2.0/main.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index bed6109..17ec8ca 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -587,14 +587,14 @@ style "default" {
     image {
       function    = HANDLE
       file        = "assets/handle-horz.png"
-      border      = {0, 0, 5, 5}
+      border      = {0, 0, 4, 4}
       orientation = HORIZONTAL
     }
 
     image {
       function    = HANDLE
       file        = "assets/handle-vert.png"
-      border      = {5, 5, 0, 0}
+      border      = {4, 4, 0, 0}
       orientation = VERTICAL
     }
 


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