diff options
author | Arno <arno@disconnect.de> | 2022-07-02 21:14:23 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2022-07-02 21:14:23 +0200 |
commit | 3f14c4198dd29b3428e37befe5aec5fa8c5bcf68 (patch) | |
tree | 88aeb8a644da487cfaaa9b8c71550faebd5c3b7d /configurationdialog.h | |
parent | e47954d9333c329b47a35ebbf63ee2a65e40d055 (diff) | |
download | SheMov-3f14c4198dd29b3428e37befe5aec5fa8c5bcf68.tar.gz SheMov-3f14c4198dd29b3428e37befe5aec5fa8c5bcf68.tar.bz2 SheMov-3f14c4198dd29b3428e37befe5aec5fa8c5bcf68.zip |
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.
Diffstat (limited to 'configurationdialog.h')
-rw-r--r-- | configurationdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |