diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:45:24 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:45:24 +0100 | 
| commit | b9e2629f60c3cefb806ab1a9c1c231b235d86830 (patch) | |
| tree | 32ee15aeb3e043e06e86e04769fb48833e730266 | |
| parent | forgot Rohan.. :D (diff) | |
| download | rekonq-b9e2629f60c3cefb806ab1a9c1c231b235d86830.tar.xz | |
Fixing setting dimension
| -rw-r--r-- | src/settings.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/settings.cpp b/src/settings.cpp index 812c7f52..dcd7a002 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -128,7 +128,7 @@ Private::Private(SettingsDialog *parent)      pageItem = parent->addPage(ebrowsingModule, i18n(ebrowsingInfo.moduleName().toLocal8Bit()));      pageItem->setIcon(KIcon(ebrowsingInfo.icon())); -    parent->setMinimumSize(600,400); +    parent->setMinimumSize(700,500);  } | 
