core: change default icon size
GUI daemon accepts up to 128x128 icons, so use that size by default.
This commit is contained in:
parent
48bab870f6
commit
913dac7b09
@ -60,7 +60,7 @@ system_path = {
|
||||
|
||||
# qubes_icon_dir is obsolete
|
||||
# use QIcon.fromTheme() where applicable
|
||||
'qubes_icon_dir': '/usr/share/icons/hicolor/256x256/devices',
|
||||
'qubes_icon_dir': '/usr/share/icons/hicolor/128x128/devices',
|
||||
|
||||
'config_template_pv': '/usr/share/qubes/vm-template.conf',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user