mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 11:30:49 +02:00
KTp KCM dialog title
This commit is contained in:
@@ -91,6 +91,7 @@ Tomahawk::Accounts::TelepathyConfigStorage::execConfigDialog( QWidget* parent )
|
|||||||
if ( !m_configWidgetPlugins.isEmpty() )
|
if ( !m_configWidgetPlugins.isEmpty() )
|
||||||
{
|
{
|
||||||
QDialog dialog( parent );
|
QDialog dialog( parent );
|
||||||
|
dialog.setWindowTitle( tr( "KDE Instant Messaging Accounts" ) );
|
||||||
dialog.resize( parent->logicalDpiX() * 3.0, parent->logicalDpiY() * 2.2 );
|
dialog.resize( parent->logicalDpiX() * 3.0, parent->logicalDpiY() * 2.2 );
|
||||||
dialog.setLayout( new QVBoxLayout );
|
dialog.setLayout( new QVBoxLayout );
|
||||||
dialog.layout()->addWidget( m_configWidgetPlugins.first()->configWidget() );
|
dialog.layout()->addWidget( m_configWidgetPlugins.first()->configWidget() );
|
||||||
|
Reference in New Issue
Block a user