]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't use any spacing between the search button and the input field
authorPeter Penz <peter.penz19@gmail.com>
Mon, 19 Jan 2009 15:02:09 +0000 (15:02 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Mon, 19 Jan 2009 15:02:09 +0000 (15:02 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=913589

src/dolphinsearchbox.cpp

index 4263aacf61bc15937db99f51cd4eeb25d27c5076..69cf6233fc98817287e8ec1ad350e567a4e66e5b 100644 (file)
@@ -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);