Ticket #8704: popups.patch
File popups.patch, 861 bytes (added by , 17 years ago) |
---|
-
gui/launcher.cpp
148 148 EditGameDialog::EditGameDialog(const String &domain, const String &desc) 149 149 : OptionsDialog(domain, "gameoptions") { 150 150 151 int labelWidth = g_gui.evaluator()->getVar(" gameOptionsLabelWidth");151 int labelWidth = g_gui.evaluator()->getVar("tabPopupsLabelW"); 152 152 153 153 // GAME: Path to game data (r/o), extra data (r/o), and save data (r/w) 154 154 String gamePath(ConfMan.get("path", _domain)); … … 270 270 void EditGameDialog::reflowLayout() { 271 271 OptionsDialog::reflowLayout(); 272 272 273 int labelWidth = g_gui.evaluator()->getVar(" gameOptionsLabelWidth");273 int labelWidth = g_gui.evaluator()->getVar("tabPopupsLabelW"); 274 274 275 275 if (_langPopUp) 276 276 _langPopUp->changeLabelWidth(labelWidth);