aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 95dee83fa9..e953982035 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -54,6 +54,7 @@ LauncherDialog::LauncherDialog(NewGui *gui, GameDetector &detector)
// Add list with game titles
_list = new ListWidget(this, 10, 10, 300, 112);
+ _list->setEditable(false);
_list->setNumberingMode(kListNumberingOff);
const VersionSettings *v = version_settings;