┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-19 15:02:09 +0000
committerPeter Penz <[email protected]>2009-01-19 15:02:09 +0000
commit41dd38c07c7d85d076b2a30c559508b86cc9a5fe (patch)
treec097710c4394ca1b604a2fa362f235e7d5cada90 /src
parent056b6855d3d1575bcaf095a69fec5b767aefa16b (diff)
don't use any spacing between the search button and the input field
svn path=/trunk/KDE/kdebase/apps/; revision=913589
Diffstat (limited to 'src')
-rw-r--r--src/dolphinsearchbox.cpp1
1 files changed, 1 insertions, 0 deletions
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);