From 80a70ada1ab53f3653913bc0885cbb432d554f32 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 8 Feb 2012 16:14:01 +0100 Subject: 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 --- src/settings/settingsdialog.cpp | 4 ++-- src/settings/settingsdialog.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 +* Copyright (C) 2008-2012 by Andrea Diamantini * Copyright (C) 2009-2011 by Lionel Chauvin * * @@ -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 +* Copyright (C) 2008-2012 by Andrea Diamantini * Copyright (C) 2009-2011 by Lionel Chauvin * * -- cgit v1.2.1