diff options
| author | Peter Penz <[email protected]> | 2009-01-19 15:02:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-19 15:02:09 +0000 |
| commit | 41dd38c07c7d85d076b2a30c559508b86cc9a5fe (patch) | |
| tree | c097710c4394ca1b604a2fa362f235e7d5cada90 | |
| parent | 056b6855d3d1575bcaf095a69fec5b767aefa16b (diff) | |
don't use any spacing between the search button and the input field
svn path=/trunk/KDE/kdebase/apps/; revision=913589
| -rw-r--r-- | src/dolphinsearchbox.cpp | 1 |
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); |
