diff --git a/WhereIsMyMouse/PluginUI.cs b/WhereIsMyMouse/PluginUI.cs index b681621..d3e81ce 100644 --- a/WhereIsMyMouse/PluginUI.cs +++ b/WhereIsMyMouse/PluginUI.cs @@ -17,9 +17,9 @@ class PluginUI : IDisposable private bool CursorOn = false; - private float size = 10; + private float size = 15; - private float thickness = 5; + private float thickness = 2; private Vector4 color = new Vector4(1, 0, 0, 1);