QTfrontend/gameuiconfig.cpp
changeset 1223 41d7283934c1
parent 1165 40eeae82e70b
child 1235 070629f3902d
equal deleted inserted replaced
1222:bc94a25d867a 1223:41d7283934c1
    75 	return cleanedList;
    75 	return cleanedList;
    76 }
    76 }
    77 
    77 
    78 void GameUIConfig::resizeToConfigValues()
    78 void GameUIConfig::resizeToConfigValues()
    79 {
    79 {
    80   Form->resize(value("window/width", 640).toUInt(), value("window/height", 450).toUInt());
    80   Form->resize(value("window/width", 720).toUInt(), value("window/height", 450).toUInt());
    81 }
    81 }
    82 
    82 
    83 void GameUIConfig::SaveOptions()
    83 void GameUIConfig::SaveOptions()
    84 {
    84 {
    85 	setValue("video/resolution", Form->ui.pageOptions->CBResolution->currentText());
    85 	setValue("video/resolution", Form->ui.pageOptions->CBResolution->currentText());