diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-05 23:00:38 +0200 |
---|---|---|
committer | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-05 23:00:38 +0200 |
commit | e5cdd65a09e4ea377e8a21442f9f85d7a05e3e1f (patch) | |
tree | b1cd2a7829eafac66f663e9628a4d3c958268a2f | |
parent | fix: clear cookies (diff) | |
download | rekonq-e5cdd65a09e4ea377e8a21442f9f85d7a05e3e1f.tar.xz |
add a minimum size to the configuration panel
-rw-r--r-- | src/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |