Increase Clip Resize Grip Width (#8169)
Requested by a user on the forum. Sometimes, it can get tricky when two clips are right next to each other, and you're trying to resize one of them. Either you resize the right one, or the other one starts resizing behind the other, so you end up having to move one over, then resize it, then move it back. And it's just not awesome. However, this can be mitigated by simply increasing the clip resize grip width. Currently, it is at 4 px, but increasing it to 8 px makes it easier to specifically target which clip you want to resize. It also probably makes it easier to resize clips in general for users who may struggle to aim the mouse perfectly within that 4 pixel gap.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace lmms::gui
|
||||
|
||||
/*! The width of the resize grip in pixels
|
||||
*/
|
||||
const int RESIZE_GRIP_WIDTH = 4;
|
||||
const int RESIZE_GRIP_WIDTH = 8;
|
||||
|
||||
|
||||
/*! A pointer for that text bubble used when moving segments, etc.
|
||||
|
||||
Reference in New Issue
Block a user