makes controller rack fixed in width (#3240)
This commit is contained in:
committed by
GitHub
parent
604e5aeaa4
commit
349f27f819
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user