Skip to content

Commit

Permalink
Change the minimum width of the B&B editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Umcaruje committed May 31, 2016
1 parent e47ecea commit e529d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/editors/BBEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}


Expand Down

0 comments on commit e529d2b

Please sign in to comment.