1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +02:00

* Add a vertical spacer item to the DiagnosticsDialog, so contents don't move around.

This commit is contained in:
Christian Muehlhaeuser
2012-07-02 04:03:32 +02:00
parent a1b24c1244
commit 868779c40c

View File

@@ -114,6 +114,8 @@ DiagnosticsDialog::updateLogView()
updateAccountLabel( account );
}
ui->scrollAreaWidgetContents->layout()->addItem( new QSpacerItem( 1, 1, QSizePolicy::Fixed, QSizePolicy::Expanding ) );
}