From 0ba2a2dae069ab90376f3a84efb52cca72ad033f Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Sat, 23 Jul 2022 20:28:58 -0700 Subject: [PATCH] Fix style dialog sizing No longer intersects with "x" button. Closes #35 --- Pokeheim/DressUp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pokeheim/DressUp.cs b/Pokeheim/DressUp.cs index b9b4211..bb815c8 100644 --- a/Pokeheim/DressUp.cs +++ b/Pokeheim/DressUp.cs @@ -187,7 +187,7 @@ public static void Init() { color: GUIManager.Instance.ValheimOrange, outline: true, outlineColor: Color.black, - width: 285f, + width: 270f, height: 90f, addContentSizeFitter: false);