Remove usages of SizeFlags (#4662)
* Remove usages of SizeFlags * Remove defaults
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user