From 3f14c4198dd29b3428e37befe5aec5fa8c5bcf68 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 2 Jul 2022 21:14:23 +0200 Subject: Set fixed size for viewer.cpp While adding new pictures to my collection, I realized that the simple viewer didn't obey it's size restrictions and grew out of proportions. So make the maximum size configurable. --- configurationdialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configurationdialog.h') diff --git a/configurationdialog.h b/configurationdialog.h index 8a76051..704074f 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -78,6 +78,8 @@ class ConfigurationDialog : public SmDialog { QCheckBox *mExpensive; QCheckBox *mClearNewMovieWizard; QSpinBox *mAutoRefreshValue; + QSpinBox *mPicMaxHeight; + QSpinBox *mPicMaxWidth; QLabel *mClipboardColor; QLabel *mBaseColor; QLabel *mAlternateBaseColor; -- cgit v1.2.3-70-g09d2