diff options
author | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-09-28 21:08:26 +0400 |
---|---|---|
committer | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-11-10 21:44:49 +0300 |
commit | ad8325eeca5a42851a2c2c38e027085f6deb1cf8 (patch) | |
tree | bd3b37392584b45656acf88ae58fdd054ddbd99e /src/panelhistory.cpp | |
parent | rekonq 0.2.95 (diff) | |
download | rekonq-ad8325eeca5a42851a2c2c38e027085f6deb1cf8.tar.xz |
Show clear button in history panel filter line edit
Diffstat (limited to 'src/panelhistory.cpp')
-rw-r--r-- | src/panelhistory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp index 60338ef7..1f7dcd07 100644 --- a/src/panelhistory.cpp +++ b/src/panelhistory.cpp @@ -55,6 +55,7 @@ PanelHistory::PanelHistory(QWidget *parent) QLabel *searchLabel = new QLabel(i18n("Search:")); hBoxLayout->addWidget(searchLabel); KLineEdit *search = new KLineEdit; + search->setClearButtonShown(true); hBoxLayout->addWidget(search); QWidget *searchBar = new QWidget; searchBar->setLayout(hBoxLayout); |