mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Fixed Dota EventRectangle Size
This commit is contained in:
parent
8d81e20474
commit
1616d36a77
@ -57,7 +57,7 @@ namespace Artemis.Modules.Games.Dota2
|
|||||||
|
|
||||||
EventRectangle = new KeyboardRectangle(MainManager.KeyboardManager.ActiveKeyboard
|
EventRectangle = new KeyboardRectangle(MainManager.KeyboardManager.ActiveKeyboard
|
||||||
, 0
|
, 0
|
||||||
, _topRow.TopLeft.X + 2
|
, _topRow.TopLeft.X + 3
|
||||||
, new List<Color>()
|
, new List<Color>()
|
||||||
, LinearGradientMode.Horizontal)
|
, LinearGradientMode.Horizontal)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user