Note resize area width (#3304)

This commit is contained in:
Oskar Wallgren
2017-01-27 10:40:53 +01:00
committed by GitHub
parent 421243ae73
commit c8e987348d

View File

@@ -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;