[gnome-themes-standard] Use better assets to render notebook gaps



commit cd3291051fa466b4f6e6c703be447c2b39a7bd01
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jul 4 17:36:11 2012 -0400

    Use better assets to render notebook gaps
    
    Make it also a bit less tall

 themes/Adwaita/gtk-2.0/Makefile.am                 |    6 ++----
 .../Adwaita/gtk-2.0/Tabs/notebook-gap-bottom.png   |  Bin 143 -> 0 bytes
 themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png |  Bin 0 -> 120 bytes
 themes/Adwaita/gtk-2.0/Tabs/notebook-gap-left.png  |  Bin 149 -> 0 bytes
 themes/Adwaita/gtk-2.0/Tabs/notebook-gap-right.png |  Bin 154 -> 0 bytes
 themes/Adwaita/gtk-2.0/Tabs/notebook-gap-top.png   |  Bin 143 -> 0 bytes
 themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png  |  Bin 0 -> 121 bytes
 themes/Adwaita/gtk-2.0/gtkrc                       |   18 +++++++++---------
 8 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
index c435d2e..af41ed4 100644
--- a/themes/Adwaita/gtk-2.0/Makefile.am
+++ b/themes/Adwaita/gtk-2.0/Makefile.am
@@ -77,10 +77,8 @@ asset_data =
 	Spin/up-background.png \
 	Spin/down-background-disable.png \
 	Spin/up-background-disable.png \
-	Tabs/notebook-gap-bottom.png \
-	Tabs/notebook-gap-right.png \
-	Tabs/notebook-gap-left.png \
-	Tabs/notebook-gap-top.png \
+	Tabs/notebook-gap-horiz.png \
+	Tabs/notebook-gap-vert.png \
 	Tabs/notebook.png \
 	Tabs/tab-bottom.png \
 	Tabs/tab-left.png \
diff --git a/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png b/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png
new file mode 100644
index 0000000..db0b21c
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png differ
diff --git a/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png b/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png
new file mode 100644
index 0000000..bd8565d
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png differ
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index b0a9932..81887fb 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -967,7 +967,7 @@ style "notebook"
 {
 
 	xthickness	= 5
-	ythickness	= 5
+	ythickness	= 2
 
   engine "pixmap" 
     {
@@ -1048,8 +1048,8 @@ style "notebook"
 	file				= "Tabs/notebook.png" 
 	border				= { 4, 4, 4, 4 }
 	stretch				= TRUE
-	gap_file			= "Tabs/notebook-gap-top.png"
-	gap_border     			= { 2, 2, 0, 0 }
+	gap_file			= "Tabs/notebook-gap-horiz.png"
+	gap_border     			= { 1, 1, 0, 0 }
 	gap_side			= TOP
       }
     image 
@@ -1058,8 +1058,8 @@ style "notebook"
 	file				= "Tabs/notebook.png"
 	border				= { 4, 4, 4, 4 }
 	stretch				= TRUE
-	gap_file			= "Tabs/notebook-gap-bottom.png"
-	gap_border			= { 2, 2, 0, 0 }
+	gap_file			= "Tabs/notebook-gap-horiz.png"
+	gap_border			= { 1, 1, 0, 0 }
 	gap_side			= BOTTOM
       }
     image 
@@ -1068,8 +1068,8 @@ style "notebook"
 	file				= "Tabs/notebook.png"
 	border				= { 4, 4, 4, 4 }
 	stretch				= TRUE
-	gap_file			= "Tabs/notebook-gap-left.png"
-	gap_border			= { 0, 0, 2, 2 }
+	gap_file			= "Tabs/notebook-gap-vert.png"
+	gap_border			= { 0, 0, 1, 1 }
 	gap_side			= LEFT
       }
     image 
@@ -1078,8 +1078,8 @@ style "notebook"
 	file				= "Tabs/notebook.png" 
 	border				= { 4, 4, 4, 4 }
 	stretch				= TRUE
-	gap_file			= "Tabs/notebook-gap-right.png"
-	gap_border			= { 0, 0, 2, 2 }
+	gap_file			= "Tabs/notebook-gap-vert.png"
+	gap_border			= { 0, 0, 1, 1 }
 	gap_side			= RIGHT
       }
 



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