mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Add layout-stretch to make sure config buttons always stay at the bottom.
This commit is contained in:
@@ -35,6 +35,7 @@ DelegateConfigWrapper::DelegateConfigWrapper( AccountConfigWidget* conf, QWidget
|
|||||||
QVBoxLayout* v = new QVBoxLayout( this );
|
QVBoxLayout* v = new QVBoxLayout( this );
|
||||||
v->setContentsMargins( 0, 0, 0, 0 );
|
v->setContentsMargins( 0, 0, 0, 0 );
|
||||||
v->addWidget( m_widget );
|
v->addWidget( m_widget );
|
||||||
|
v->addStretch();
|
||||||
|
|
||||||
QDialogButtonBox::StandardButtons buttons = QDialogButtonBox::Ok | QDialogButtonBox::Cancel;
|
QDialogButtonBox::StandardButtons buttons = QDialogButtonBox::Ok | QDialogButtonBox::Cancel;
|
||||||
if ( m_aboutW )
|
if ( m_aboutW )
|
||||||
|
Reference in New Issue
Block a user