From c8e987348defe985253e6ae007cb015abd18f6f1 Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Fri, 27 Jan 2017 10:40:53 +0100 Subject: [PATCH] Note resize area width (#3304) --- src/gui/editors/PianoRoll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/PianoRoll.cpp b/src/gui/editors/PianoRoll.cpp index faaa71c546..623934e195 100644 --- a/src/gui/editors/PianoRoll.cpp +++ b/src/gui/editors/PianoRoll.cpp @@ -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;