summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-08 16:14:01 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-02-08 16:14:01 +0100
commit80a70ada1ab53f3653913bc0885cbb432d554f32 (patch)
treef51673e532d04fc0b213ed95271d2f7042990b6f
parentrekonq 0.8.75 (diff)
downloadrekonq-80a70ada1ab53f3653913bc0885cbb432d554f32.tar.xz
Increase minimum setting window size to 576
Sorry, this is the "max" minimum height we can set. There are a lot of small netbooks providing max resolution of 1024x576, so... CCBUG:293623
-rw-r--r--src/settings/settingsdialog.cpp4
-rw-r--r--src/settings/settingsdialog.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp
index 061430d3..ef01a32f 100644
--- a/src/settings/settingsdialog.cpp
+++ b/src/settings/settingsdialog.cpp
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2008-2011 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2008-2012 by Andrea Diamantini <adjam7 at gmail dot com>
* Copyright (C) 2009-2011 by Lionel Chauvin <megabigbug@yahoo.fr>
*
*
@@ -133,7 +133,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, 525);
+ parent->setMinimumSize(700, 576);
}
diff --git a/src/settings/settingsdialog.h b/src/settings/settingsdialog.h
index 98089990..40a2aeff 100644
--- a/src/settings/settingsdialog.h
+++ b/src/settings/settingsdialog.h
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2008-2011 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2008-2012 by Andrea Diamantini <adjam7 at gmail dot com>
* Copyright (C) 2009-2011 by Lionel Chauvin <megabigbug@yahoo.fr>
*
*