increase the icon size to 64 so it doesn't look crummy in application switchers that use large icons
This commit is contained in:
parent
c2361f5865
commit
38aaea29a0
@ -220,7 +220,7 @@ def get_deluge_icon():
|
|||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
icon_theme = gtk.icon_theme_get_default()
|
icon_theme = gtk.icon_theme_get_default()
|
||||||
return icon_theme.load_icon("deluge", 32, 0)
|
return icon_theme.load_icon("deluge", 64, 0)
|
||||||
except:
|
except:
|
||||||
return get_logo(32)
|
return get_logo(64)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user