From ad8325eeca5a42851a2c2c38e027085f6deb1cf8 Mon Sep 17 00:00:00 2001 From: Domrachev Alexandr Date: Mon, 28 Sep 2009 21:08:26 +0400 Subject: Show clear button in history panel filter line edit --- src/panelhistory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); -- cgit v1.2.1