From 1616d36a7738df9fd40c183da03b471eca08df38 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Thu, 10 Mar 2016 15:00:58 -0800 Subject: [PATCH] Fixed Dota EventRectangle Size --- Artemis/Artemis/Modules/Games/Dota2/Dota2Model.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artemis/Artemis/Modules/Games/Dota2/Dota2Model.cs b/Artemis/Artemis/Modules/Games/Dota2/Dota2Model.cs index ac878564c..020ff945a 100644 --- a/Artemis/Artemis/Modules/Games/Dota2/Dota2Model.cs +++ b/Artemis/Artemis/Modules/Games/Dota2/Dota2Model.cs @@ -57,7 +57,7 @@ namespace Artemis.Modules.Games.Dota2 EventRectangle = new KeyboardRectangle(MainManager.KeyboardManager.ActiveKeyboard , 0 - , _topRow.TopLeft.X + 2 + , _topRow.TopLeft.X + 3 , new List() , LinearGradientMode.Horizontal) {