From: Peter Penz Date: Mon, 19 Jan 2009 15:02:09 +0000 (+0000) Subject: don't use any spacing between the search button and the input field X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/41dd38c07c7d85d076b2a30c559508b86cc9a5fe don't use any spacing between the search button and the input field svn path=/trunk/KDE/kdebase/apps/; revision=913589 --- 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);