makes controller rack fixed in width (#3240)

This commit is contained in:
Steffen Baranowsky
2017-01-23 09:34:43 +01:00
committed by GitHub
parent 604e5aeaa4
commit 349f27f819

View File

@@ -87,7 +87,8 @@ ControllerRackView::ControllerRackView( ) :
subWin->setAttribute( Qt::WA_DeleteOnClose, false );
subWin->move( 680, 310 );
subWin->resize(400, 200);
subWin->resize( 350, 200 );
subWin->setFixedWidth( 350 );
}