Sync gtk theme values and style.py. Add a comment at the top

of style.py about the reference zoom value.
This commit is contained in:
Marco Pesenti Gritti
2007-08-29 10:36:31 +02:00
parent 8b326fda61
commit e25847c375
2 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -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'