GUI: Add slider for Grid Launcher icon size

This commit is contained in:
Thierry Crozat 2022-06-04 01:06:34 +01:00
parent 7edae880f8
commit 5ea034391b
15 changed files with 87 additions and 59 deletions

View file

@ -350,6 +350,7 @@ void registerDefaults() {
ConfMan.registerDefault("gui_browser_native", true);
ConfMan.registerDefault("gui_return_to_launcher_at_exit", false);
ConfMan.registerDefault("gui_launcher_chooser", "list");
ConfMan.registerDefault("grid_items_per_row", 4);
// Specify threshold for scanning directories in the launcher
// If number of game entries in scummvm.ini exceeds the specified
// number, then skip scanning. -1 = scan always