From 41dd38c07c7d85d076b2a30c559508b86cc9a5fe Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 19 Jan 2009 15:02:09 +0000 Subject: [PATCH] don't use any spacing between the search button and the input field svn path=/trunk/KDE/kdebase/apps/; revision=913589 --- src/dolphinsearchbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinsearchbox.cpp b/src/dolphinsearchbox.cpp index 4263aacf6..69cf6233f 100644 --- a/src/dolphinsearchbox.cpp +++ b/src/dolphinsearchbox.cpp @@ -36,6 +36,7 @@ DolphinSearchBox::DolphinSearchBox(QWidget* parent) : { QHBoxLayout* hLayout = new QHBoxLayout(this); hLayout->setMargin(0); + hLayout->setSpacing(0); m_searchButton = new QToolButton(this); m_searchButton->setAutoRaise(true); -- 2.47.3