slight increase in default switch panel icon size to improve border view

This commit is contained in:
Haroldo
2019-07-28 23:05:28 +01:00
committed by Carlos R. Mafra
parent 31f16b65a3
commit be922384ac
+1 -1
View File
@@ -350,7 +350,7 @@ WDefaultEntry staticOptionList[] = {
&wPreferences.disable_miniwindows, getBool, NULL, NULL, NULL},
{"EnableWorkspacePager", "NO", NULL,
&wPreferences.enable_workspace_pager, getBool, NULL, NULL, NULL},
{"SwitchPanelIconSize", "48", NULL,
{"SwitchPanelIconSize", "64", NULL,
&wPreferences.switch_panel_icon_size, getInt, NULL, NULL, NULL},
};