Change the minimum width of the B&B editor

This commit is contained in:
Umcaruje
2016-06-01 00:41:06 +02:00
parent ce8e523f86
commit 14b7d83fbd

View File

@@ -62,12 +62,12 @@ BBEditor::BBEditor( BBTrackContainer* tc ) :
"compacttrackbuttons" ).toInt() )
{
setMinimumWidth( TRACK_OP_WIDTH_COMPACT + DEFAULT_SETTINGS_WIDGET_WIDTH_COMPACT
+ 2 * TCO_BORDER_WIDTH + 264 );
+ 2 * TCO_BORDER_WIDTH + 384 );
}
else
{
setMinimumWidth( TRACK_OP_WIDTH + DEFAULT_SETTINGS_WIDGET_WIDTH
+ 2 * TCO_BORDER_WIDTH + 264 );
+ 2 * TCO_BORDER_WIDTH + 384 );
}