mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 04:11:46 +02:00
* Set default system font on settings dialog.
This commit is contained in:
@@ -85,6 +85,10 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
, m_accountModel( 0 )
|
||||
, m_sipSpinner( 0 )
|
||||
{
|
||||
m_accountsWidget->setFont( TomahawkUtils::systemFont() );
|
||||
m_collectionWidget->setFont( TomahawkUtils::systemFont() );
|
||||
m_advancedWidget->setFont( TomahawkUtils::systemFont() );
|
||||
|
||||
m_accountsWidgetUi->setupUi( m_accountsWidget );
|
||||
m_collectionWidgetUi->setupUi( m_collectionWidget );
|
||||
m_advancedWidgetUi->setupUi( m_advancedWidget );
|
||||
|
Reference in New Issue
Block a user