diff options
Diffstat (limited to 'src')
| -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); |
