Fix compact track bug in BB_Editor fixes #73

This commit is contained in:
mikobuntu
2014-02-02 11:39:10 +00:00
parent a14b9b46ca
commit 65b1c99d13

View File

@@ -68,12 +68,12 @@ bbEditor::bbEditor( bbTrackContainer* tc ) :
"compacttrackbuttons" ).toInt() )
{
setMinimumWidth( TRACK_OP_WIDTH_COMPACT + DEFAULT_SETTINGS_WIDGET_WIDTH_COMPACT
+ 2 * TCO_BORDER_WIDTH + 192 );
+ 2 * TCO_BORDER_WIDTH + 264 );
}
else
{
setMinimumWidth( TRACK_OP_WIDTH + DEFAULT_SETTINGS_WIDGET_WIDTH
+ 2 * TCO_BORDER_WIDTH + 192 );
+ 2 * TCO_BORDER_WIDTH + 264 );
}