From 00c122b05c82193594e99c484dad001a7f49e6ec Mon Sep 17 00:00:00 2001 From: Alejandro Wainzinger Date: Thu, 21 Jul 2011 05:14:31 -0700 Subject: [PATCH] * Fixed TWK-249 - Add a bit more widget spacing to fix clipping of search box. --- src/libtomahawk/playlist/topbar/searchlineedit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libtomahawk/playlist/topbar/searchlineedit.cpp b/src/libtomahawk/playlist/topbar/searchlineedit.cpp index 683e6e135..e7ed3fdca 100644 --- a/src/libtomahawk/playlist/topbar/searchlineedit.cpp +++ b/src/libtomahawk/playlist/topbar/searchlineedit.cpp @@ -52,6 +52,8 @@ void SearchLineEdit::init() addWidget(m_clearButton, RightSide); m_clearButton->hide(); + setWidgetSpacing(5); + updateTextMargins(); setInactiveText(tr("Search")); }