mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Call ensurePolished before creating buttons in SettingsDialog.
This commit is contained in:
@@ -253,6 +253,8 @@ SettingsDialog::createIcons()
|
|||||||
/// so the icons arre lined up.
|
/// so the icons arre lined up.
|
||||||
// Resolvers is the longest string... in english. fml.
|
// Resolvers is the longest string... in english. fml.
|
||||||
|
|
||||||
|
ensurePolished();
|
||||||
|
|
||||||
int maxlen = 0;
|
int maxlen = 0;
|
||||||
QFontMetrics fm( font() );
|
QFontMetrics fm( font() );
|
||||||
QListWidgetItem *accountsButton = new QListWidgetItem( ui->listWidget );
|
QListWidgetItem *accountsButton = new QListWidgetItem( ui->listWidget );
|
||||||
|
Reference in New Issue
Block a user