[gnome-themes-standard] Consistent left and right tabs
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Consistent left and right tabs
- Date: Fri, 17 Aug 2012 15:08:50 +0000 (UTC)
commit 81ba1639ef6e90dd1b814e310275516e40db014c
Author: Jack Gandy <scionicspectre gmail com>
Date: Tue Jul 3 15:38:27 2012 -0600
Consistent left and right tabs
themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png | Bin 3160 -> 2882 bytes
themes/Adwaita/gtk-2.0/Tabs/tab-left.png | Bin 3213 -> 2904 bytes
themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png | Bin 3221 -> 2881 bytes
themes/Adwaita/gtk-2.0/Tabs/tab-right.png | Bin 3337 -> 2918 bytes
themes/Adwaita/gtk-2.0/gtkrc | 8 ++++----
5 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png b/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png
index 8366184..fab96d6 100644
Binary files a/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png and b/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png differ
diff --git a/themes/Adwaita/gtk-2.0/Tabs/tab-left.png b/themes/Adwaita/gtk-2.0/Tabs/tab-left.png
index d731bd1..381c23e 100644
Binary files a/themes/Adwaita/gtk-2.0/Tabs/tab-left.png and b/themes/Adwaita/gtk-2.0/Tabs/tab-left.png differ
diff --git a/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png b/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png
index 322b603..ad2d60c 100644
Binary files a/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png and b/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png differ
diff --git a/themes/Adwaita/gtk-2.0/Tabs/tab-right.png b/themes/Adwaita/gtk-2.0/Tabs/tab-right.png
index d03015e..e01501b 100644
Binary files a/themes/Adwaita/gtk-2.0/Tabs/tab-right.png and b/themes/Adwaita/gtk-2.0/Tabs/tab-right.png differ
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index 42cbf39..08c3e00 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -994,7 +994,7 @@ style "notebook"
function = EXTENSION
state = ACTIVE
file = "Tabs/tab-left.png"
- border = { 10,10,10,10 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = RIGHT
}
@@ -1003,7 +1003,7 @@ style "notebook"
function = EXTENSION
state = ACTIVE
file = "Tabs/tab-right.png"
- border = { 10,10,10,10 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = LEFT
}
@@ -1027,7 +1027,7 @@ style "notebook"
{
function = EXTENSION
file = "Tabs/tab-left-active.png"
- border = { 10,10,10,10 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = RIGHT
}
@@ -1035,7 +1035,7 @@ style "notebook"
{
function = EXTENSION
file = "Tabs/tab-right-active.png"
- border = { 10,10,10,10 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = LEFT
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]