From 65b1c99d13e1a261bd8c71d32ccd120854424fc9 Mon Sep 17 00:00:00 2001 From: mikobuntu Date: Sun, 2 Feb 2014 11:39:10 +0000 Subject: [PATCH] Fix compact track bug in BB_Editor fixes #73 --- src/gui/bb_editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/bb_editor.cpp b/src/gui/bb_editor.cpp index ec6de9034..3c60ffd74 100644 --- a/src/gui/bb_editor.cpp +++ b/src/gui/bb_editor.cpp @@ -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 ); }