ОБР работает
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||
Title="Auth panel"
|
||||
MinSize="500 350"
|
||||
SetSize="500 350">
|
||||
Title="{Loc 'auth-panel-name'}"
|
||||
MinSize="500 300"
|
||||
SetSize="500 300">
|
||||
<BoxContainer Orientation="Vertical"
|
||||
HorizontalExpand="True"
|
||||
VerticalExpand="True"
|
||||
@@ -21,10 +21,10 @@
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer HorizontalExpand="True" Name="RedContainer">
|
||||
<Button Name="RedButton" MinWidth="410" Margin="0 5 0 0" HorizontalAlignment="Left" Text="{Loc 'auth-panel-red-button'}"/>
|
||||
<Label Name="RedCount" Margin="25 0 4 0" HorizontalAlignment="Right" Visible="False"/>
|
||||
<Label Name="RedCount" Margin="25 0 4 0" HorizontalAlignment="Right" Visible="true"/>
|
||||
</BoxContainer>
|
||||
|
||||
<BoxContainer HorizontalExpand="True" Name="AccessContainer">
|
||||
<!-- <BoxContainer HorizontalExpand="True" Name="AccessContainer">
|
||||
<Button Name="AccessButton" MinWidth="410" Margin="0 5 0 0" HorizontalAlignment="Left" Text="{Loc 'auth-panel-access-button'}" Disabled="True"/>
|
||||
<Label Name="AccessCount" Margin="25 0 4 0" HorizontalAlignment="Right" Visible="False"/>
|
||||
</BoxContainer>
|
||||
@@ -32,7 +32,7 @@
|
||||
<BoxContainer HorizontalExpand="True" Name="BluespaceWeaponContainer">
|
||||
<Button Name="BluespaceWeaponButton" MinWidth="410" Margin="0 5 0 5" HorizontalAlignment="Left" Text="{Loc 'auth-panel-unlock-weapon'}" Disabled="True"/>
|
||||
<Label Name="BluespaceWeaponCount" Margin="25 0 4 0" HorizontalAlignment="Right" Visible="False"/>
|
||||
</BoxContainer>
|
||||
</BoxContainer> -->
|
||||
</BoxContainer>
|
||||
</controls:StripeBack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user