From d5da21ed24d87fca26d1f702df32077cc834694d Mon Sep 17 00:00:00 2001 From: thrust26 Date: Thu, 12 Mar 2020 17:11:50 +0100 Subject: [PATCH] aligned ROM viewer's UI default to Settings.cxx default --- src/gui/UIDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;