Author: damoxc
Revision: 5635
Log:
increase the icon size to 64 so it doesn't look crummy in application
switchers that use large icons
Diff:
Modified: trunk/deluge/ui/gtkui/common.py
===================================================================
--- trunk/deluge/ui/gtkui/common.py 2009-08-07 07:10:55 UTC (rev 5634)
+++ trunk/deluge/ui/gtkui/common.py 2009-08-07 07:31:27 UTC (rev 5635)
@@ -220,7 +220,7 @@
else:
try:
icon_theme = gtk.icon_theme_get_default()
- return icon_theme.load_icon("deluge", 32, 0)
+ return icon_theme.load_icon("deluge", 64, 0)
except:
- return get_logo(32)
+ return get_logo(64)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---