mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -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;
|
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;
|
protected Size _size = defaultSize;
|
||||||
|
|
||||||
public AbstractAdorner(IDrawableContainer owner)
|
public AbstractAdorner(IDrawableContainer owner)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue