summaryrefslogtreecommitdiff
path: root/src/panelhistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/panelhistory.cpp')
-rw-r--r--src/panelhistory.cpp1
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);