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 | |
parent | Fixing Ui dimension (diff) | |
download | rekonq-fac14a34968fab79f535b98cb74bf3a329d29f23.tar.xz |
Added FILES file
-rw-r--r-- | FILES | 43 | ||||
-rw-r--r-- | src/cookiedialog.cpp | 2 |
2 files changed, 44 insertions, 1 deletions
@@ -0,0 +1,43 @@ +REKONQ FILES && CLASSES: + +cookies: + cookiedialog + cookieexceptiondialog + cookiejar + edittableview + edittreeview + +Ui: + mainwindow + mainview + tabbar + findbar + searchbar + +urlbar: + lineedit + stackedurlbar + urlbar + +webkit: + webview + +network: + networkaccessmanager + +panel: + panelhistory + sidepanel + +history: + history + modelmenu + +bookmarks: + bookmarks + +misc: + download + autosaver + application + settings 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); } |