mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Wrap error message in account config
This commit is contained in:
@@ -68,6 +68,7 @@ DelegateConfigWrapper::DelegateConfigWrapper( Tomahawk::Accounts::Account* accou
|
|||||||
h->setContentsMargins( m_widget->contentsMargins() );
|
h->setContentsMargins( m_widget->contentsMargins() );
|
||||||
|
|
||||||
m_errorLabel->setAlignment( Qt::AlignCenter );
|
m_errorLabel->setAlignment( Qt::AlignCenter );
|
||||||
|
m_errorLabel->setWordWrap( true );
|
||||||
v->addWidget( m_errorLabel );
|
v->addWidget( m_errorLabel );
|
||||||
|
|
||||||
v->addLayout( h );
|
v->addLayout( h );
|
||||||
|
Reference in New Issue
Block a user