diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-03-26 19:10:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-12 02:30:01 +0200 |
commit | 3f9a13565557c57f74441442520ab02626c8c3da (patch) | |
tree | 882aac9209f4393650bd055755bce6ce5f1d604e /src/settings/settingsdialog.cpp | |
parent | Consider new PasswordSavingEnabled privacy check (diff) | |
download | rekonq-3f9a13565557c57f74441442520ab02626c8c3da.tar.xz |
clean up failed rebasing and implement history timed expire check
Diffstat (limited to 'src/settings/settingsdialog.cpp')
-rw-r--r-- | src/settings/settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp index 3d5260cf..3e25640d 100644 --- a/src/settings/settingsdialog.cpp +++ b/src/settings/settingsdialog.cpp @@ -141,7 +141,7 @@ Private::Private(SettingsDialog *parent) // WARNING // remember wheh changing here that the smallest netbooks // have a 1024x576 resolution. So DON'T bother that limits!! - parent->setMinimumSize(700, 576); + parent->setMinimumSize(700, 525); } |