aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 21937494c4..0a6f00cee8 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -94,13 +94,9 @@ enum {
#pragma mark -
LauncherDialog::LauncherDialog()
- : Dialog(0, 0, 320, 200) {
- _backgroundType = GUI::ThemeEngine::kDialogBackgroundMain;
- const int screenW = g_system->getOverlayWidth();
- const int screenH = g_system->getOverlayHeight();
+ : Dialog("Launcher") {
- _w = screenW;
- _h = screenH;
+ _backgroundType = GUI::ThemeEngine::kDialogBackgroundMain;
build();