mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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:
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue