From bcdca61f36e69dbae86e184535aee9c09f616252 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 27 Aug 2021 23:16:11 +0900 Subject: [PATCH] fixed configuration box size --- WBM/WBM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WBM/WBM.cs b/WBM/WBM.cs index 74b04a1..54dee29 100644 --- a/WBM/WBM.cs +++ b/WBM/WBM.cs @@ -122,7 +122,7 @@ namespace WBM if (this.showConfig) { GUI.Box( - new Rect(Screen.width - 340, 80, 320, 285), + new Rect(Screen.width - 340, 80, 320, 300), $@"Configuration (LCtrl+Arrow) to move GUI one step at a time