Skip to content

Commit

Permalink
*Slightly* adjust Tyr margin
Browse files Browse the repository at this point in the history
  • Loading branch information
batstyx committed Feb 22, 2024
1 parent 77a56c0 commit 63e5233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graveyard/TyrView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public TitledListView(string name)
VerticalAlignment = VerticalAlignment.Top,
MinHeight = 30,
MinWidth = 30,
Margin = new Thickness(-15,0,0,0),
Margin = new Thickness(-14,0,0,0),
Text = name,
};
Children.Add(Title);
Expand Down

0 comments on commit 63e5233

Please sign in to comment.