GUI: Add slider for Grid Launcher icon size

This commit is contained in:
Thierry Crozat
2022-06-12 22:15:18 +01:00
parent 5f91f3b2f8
commit 4881b8fdec
15 changed files with 87 additions and 59 deletions
+1
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