Merge pull request #236 from mikobuntu/stable-0.4

Fix compact track bug in BB_Editor fixes #73
This commit is contained in:
Tobias Doerffel
2014-02-02 05:48:48 -08:00

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 );
}