mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue