1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 09:34:53 +02:00

* Fixed TWK-249 - Add a bit more widget spacing to fix clipping of search box.

This commit is contained in:
Alejandro Wainzinger
2011-07-21 05:14:31 -07:00
parent bcf7d9d689
commit 00c122b05c

View File

@@ -52,6 +52,8 @@ void SearchLineEdit::init()
addWidget(m_clearButton, RightSide);
m_clearButton->hide();
setWidgetSpacing(5);
updateTextMargins();
setInactiveText(tr("Search"));
}