From e5cdd65a09e4ea377e8a21442f9f85d7a05e3e1f Mon Sep 17 00:00:00 2001
From: Lionel Chauvin <megabigbug@yahoo.fr>
Date: Wed, 5 Aug 2009 23:00:38 +0200
Subject: add a minimum size to the configuration panel

---
 src/settings.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/settings.cpp b/src/settings.cpp
index e0814e50..0f8bcfee 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -129,6 +129,7 @@ Private::Private(SettingsDialog *parent)
     pageItem = parent->addPage(ebrowsingModule, i18n(ebrowsingInfo.moduleName().toLocal8Bit()));
     pageItem->setIcon(KIcon(ebrowsingInfo.icon()));
 
+    parent->setMinimumSize(800,550);
 }
 
 
-- 
cgit v1.2.1