mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Make Grippers Slightly Larger
This commit is contained in:
parent
9528dd11a1
commit
7145ea3f9a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace Greenshot.Drawing.Adorners
|
|||
{
|
||||
public virtual EditStatus EditStatus { get; protected set; } = EditStatus.IDLE;
|
||||
|
||||
private static readonly Size defaultSize = new Size(4, 4);
|
||||
private static readonly Size defaultSize = new Size(6, 6);
|
||||
protected Size _size = defaultSize;
|
||||
|
||||
public AbstractAdorner(IDrawableContainer owner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue