diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index d935ee799..eb7396685 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -163,8 +163,7 @@ LauncherDialog::LauncherDialog(OSystem& osystem, DialogContainer& parent, mySelectedItem = 0; // Highlight 'Rom Listing' // Create an options dialog, similar to the in-game one - myOptions = make_unique(osystem, parent, this, - int(w * 0.8), int(h * 0.8), true); + myOptions = make_unique(osystem, parent, this, w, h, true); // Create a game list, which contains all the information about a ROM that // the launcher needs