Change all XAML to use spacestation14.io namespace (#3277)

This commit is contained in:
Leo
2021-02-17 11:22:51 -03:00
committed by GitHub
parent fabc580df9
commit 8640f342b5
8 changed files with 126 additions and 137 deletions

View File

@@ -1,8 +1,7 @@
<ui:Control xmlns:uic="clr-namespace:Robust.Client.UserInterface.Controls;assembly=Robust.Client"
xmlns:ui="clr-namespace:Robust.Client.UserInterface;assembly=Robust.Client">
<uic:VBoxContainer SeparationOverride="0">
<uic:Button Name="RoleButton">
<uic:Label Name="TimerLabel" SizeFlagsHorizontal="ShrinkEnd" SizeFlagsVertical="ShrinkEnd" />
</uic:Button>
</uic:VBoxContainer>
</ui:Control>
<Control xmlns="https://spacestation14.io">
<VBoxContainer SeparationOverride="0">
<Button Name="RoleButton">
<Label Name="TimerLabel" SizeFlagsHorizontal="ShrinkEnd" SizeFlagsVertical="ShrinkEnd" />
</Button>
</VBoxContainer>
</Control>