add gateway for admeme (#17587)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
22
Content.Client/Gateway/UI/GatewayWindow.xaml
Normal file
22
Content.Client/Gateway/UI/GatewayWindow.xaml
Normal file
@@ -0,0 +1,22 @@
|
||||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
Title="{Loc 'gateway-window-title'}"
|
||||
MinSize="800 360">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Name="NextCloseLabel"
|
||||
Text="{Loc 'gateway-window-portal-closing'}"
|
||||
Margin="5"></Label>
|
||||
<ProgressBar Name="NextCloseBar"
|
||||
HorizontalExpand="True"
|
||||
MinValue="0"
|
||||
MaxValue="1"
|
||||
SetHeight="25"/>
|
||||
<Label Name="NextCloseText" Text="0" Margin="5"/>
|
||||
</BoxContainer>
|
||||
<controls:HLine Color="#404040" Thickness="2" Margin="0 5 0 5"/>
|
||||
<BoxContainer Name="Container"
|
||||
Orientation="Vertical"
|
||||
Margin="5 0 5 0"/>
|
||||
</BoxContainer>
|
||||
</controls:FancyWindow>
|
||||
Reference in New Issue
Block a user