aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-06-27 09:53:22 +0000
committerEugene Sandulenko2007-06-27 09:53:22 +0000
commitbebaccbe65aa1151003c5b888bf8c4bc58443f82 (patch)
tree5b1f78f70587f0202c498284d8f8d3cb830c304c /gui/launcher.cpp
parent8c36fcf64ce05b10a094e7ec63c029fc52965b4c (diff)
downloadscummvm-rg350-bebaccbe65aa1151003c5b888bf8c4bc58443f82.tar.gz
scummvm-rg350-bebaccbe65aa1151003c5b888bf8c4bc58443f82.tar.bz2
scummvm-rg350-bebaccbe65aa1151003c5b888bf8c4bc58443f82.zip
Patches #1743201: "GUI: Reworked modern theme"
svn-id: r27744
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index a32f3b305b..1b36ccff76 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -148,7 +148,7 @@ protected:
EditGameDialog::EditGameDialog(const String &domain, const String &desc)
: OptionsDialog(domain, "gameoptions") {
- int labelWidth = g_gui.evaluator()->getVar("gameOptionsLabelWidth");
+ int labelWidth = g_gui.evaluator()->getVar("tabPopupsLabelW");
// GAME: Path to game data (r/o), extra data (r/o), and save data (r/w)
String gamePath(ConfMan.get("path", _domain));
@@ -270,7 +270,7 @@ EditGameDialog::EditGameDialog(const String &domain, const String &desc)
void EditGameDialog::reflowLayout() {
OptionsDialog::reflowLayout();
- int labelWidth = g_gui.evaluator()->getVar("gameOptionsLabelWidth");
+ int labelWidth = g_gui.evaluator()->getVar("tabPopupsLabelW");
if (_langPopUp)
_langPopUp->changeLabelWidth(labelWidth);