diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-20 00:57:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:04:20 +0200 |
commit | fac14a34968fab79f535b98cb74bf3a329d29f23 (patch) | |
tree | 48c41aad9629d9536ae1b453d0c740917bc1aacb /src | |
parent | Fixing Ui dimension (diff) | |
download | rekonq-fac14a34968fab79f535b98cb74bf3a329d29f23.tar.xz |
Added FILES file
Diffstat (limited to 'src')
-rw-r--r-- | src/cookiedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cookiedialog.cpp b/src/cookiedialog.cpp index ea9555eb..9f22b29b 100644 --- a/src/cookiedialog.cpp +++ b/src/cookiedialog.cpp @@ -200,7 +200,7 @@ CookiesDialog::CookiesDialog(CookieJar *cookieJar, QWidget *parent) // Fixing header dimension QHeaderView *headerView = cookieWidget->cookiesTable->horizontalHeader(); - headerView->setResizeMode(QHeaderView::ResizeToContents); + headerView->setResizeMode(QHeaderView::Stretch); } |