Make lobby ready button clear what state you are in (#12152)

This commit is contained in:
theashtronaut
2022-11-04 00:51:25 +00:00
committed by GitHub
parent e5aa4ecd59
commit 794e3504f2
2 changed files with 3 additions and 3 deletions

View File

@@ -24,11 +24,11 @@
<cc:UICommandButton Command="observe" Name="ObserveButton" Access="Public" Text="{Loc 'ui-lobby-observe-button'}" StyleClasses="ButtonBig" WindowType="{x:Type lobbyUi:ObserveWarningWindow}"/>
<Label Name="StartTime"
Access="Public"
Align="Right"
Align="Left"
FontColorOverride="{x:Static maths:Color.DarkGray}"
StyleClasses="LabelBig" HorizontalExpand="True" />
<Button Name="ReadyButton" Access="Public" ToggleMode="True" Text="{Loc 'ui-lobby-ready-up-button'}"
StyleClasses="ButtonBig" />
StyleClasses="ButtonBig" MinWidth="137"/>
</BoxContainer>
</controls:StripeBack>
</BoxContainer>