mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
* Fixed TWK-249 - Add a bit more widget spacing to fix clipping of search box.
This commit is contained in:
@@ -52,6 +52,8 @@ void SearchLineEdit::init()
|
|||||||
addWidget(m_clearButton, RightSide);
|
addWidget(m_clearButton, RightSide);
|
||||||
m_clearButton->hide();
|
m_clearButton->hide();
|
||||||
|
|
||||||
|
setWidgetSpacing(5);
|
||||||
|
|
||||||
updateTextMargins();
|
updateTextMargins();
|
||||||
setInactiveText(tr("Search"));
|
setInactiveText(tr("Search"));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user