Skip to content

Commit

Permalink
Note resize area width (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine authored Jan 27, 2017
1 parent 421243a commit c8e9873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const int PR_RIGHT_MARGIN = SCROLLBAR_SIZE;


// width of area used for resizing (the grip at the end of a note)
const int RESIZE_AREA_WIDTH = 4;
const int RESIZE_AREA_WIDTH = 9;

// width of line for setting volume/panning of note
const int NOTE_EDIT_LINE_WIDTH = 3;
Expand Down

0 comments on commit c8e9873

Please sign in to comment.