increase the icon size to 64 so it doesn't look crummy in application switchers that use large icons

This commit is contained in:
Damien Churchill 2009-08-07 07:31:27 +00:00
parent c2361f5865
commit 38aaea29a0
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ def get_deluge_icon():
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)