aligned ROM viewer's UI default to Settings.cxx default

This commit is contained in:
thrust26 2020-03-12 17:11:50 +01:00
parent 0385611719
commit 506bb0bd06
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ void UIDialog::setDefaults()
myLauncherWidthSlider->setValue(w);
myLauncherHeightSlider->setValue(h);
myLauncherFontPopup->setSelected("medium", "");
myRomViewerSize->setValue(50);
myRomViewerSize->setValue(35);
mySnapLoadPath->setText(instance().defaultLoadDir());
myLauncherExitWidget->setState(false);
break;