diff options
-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); |