Remove usages of SizeFlags (#4662)

* Remove usages of SizeFlags

* Remove defaults
This commit is contained in:
Visne
2021-10-03 13:37:52 +02:00
committed by GitHub
parent 6fdb364497
commit 553ca72c74
4 changed files with 12 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<Control xmlns="https://spacestation14.io">
<BoxContainer Orientation="Vertical" SeparationOverride="0">
<Button Name="RoleButton">
<Label Name="TimerLabel" SizeFlagsHorizontal="ShrinkEnd" SizeFlagsVertical="ShrinkEnd" />
<Label Name="TimerLabel" HorizontalAlignment="Right" VerticalAlignment="Bottom" />
</Button>
</BoxContainer>
</Control>