Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-29 08:36:31 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-29 08:36:31 (GMT)
commite25847c37506f9190a4364443d3a827b8d51acee (patch)
treea464501f3b9b98c106362cdf19fae4be29f1dd64 /data
parent8b326fda61a639f01b70f9a5018dec53539fc906 (diff)
Sync gtk theme values and style.py. Add a comment at the top
of style.py about the reference zoom value.
Diffstat (limited to 'data')
-rw-r--r--data/gtkrc.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gtkrc.em b/data/gtkrc.em
index eac1008..a19b519 100644
--- a/data/gtkrc.em
+++ b/data/gtkrc.em
@@ -1,7 +1,7 @@
@{
if theme == 'sugar':
font_name = 'Sans Serif 10'
- icon_sizes = 'gtk-large-toolbar=32,32'
+ icon_sizes = 'gtk-large-toolbar=40,40'
else:
font_name = 'Sans Serif 7'
icon_sizes = 'gtk-large-toolbar=55,55'