Merge branch 'launch_button' into 'master'

Set minimum width for Launch OpenMW button

See merge request OpenMW/openmw!4162
esm4-texture
psi29a 7 months ago
commit cbf0471d8a

@ -58,6 +58,8 @@ Launcher::MainDialog::MainDialog(const Files::ConfigurationManager& configuratio
buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Launch OpenMW"));
buttonBox->button(QDialogButtonBox::Help)->setText(tr("Help"));
buttonBox->button(QDialogButtonBox::Ok)->setMinimumWidth(160);
// Order of buttons can be different on different setups,
// so make sure that the Play button has a focus by default.
buttonBox->button(QDialogButtonBox::Ok)->setFocus();

Loading…
Cancel
Save