Skip to content

Commit

Permalink
Fix style dialog sizing
Browse files Browse the repository at this point in the history
No longer intersects with "x" button.

Closes #35
  • Loading branch information
joeyparrish committed Jul 24, 2022
1 parent 6af92de commit 0ba2a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pokeheim/DressUp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0ba2a2d

Please sign in to comment.