mirror of https://github.com/stella-emu/stella.git
aligned ROM viewer's UI default to Settings.cxx default
This commit is contained in:
parent
0385611719
commit
506bb0bd06
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue