diff --git a/src/gui/UIDialog.cxx b/src/gui/UIDialog.cxx index b32675993..083bb7636 100644 --- a/src/gui/UIDialog.cxx +++ b/src/gui/UIDialog.cxx @@ -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;