2024-09-26 18:32:13 +02:00
|
|
|
<ui:VoteCallMenu xmlns="https://spacestation14.io"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:ui="clr-namespace:Content.Client.Voting.UI"
|
2022-09-11 18:56:21 -07:00
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
2024-09-26 18:32:13 +02:00
|
|
|
MouseFilter="Stop" MinSize="350 200">
|
2021-02-16 15:07:17 +01:00
|
|
|
<PanelContainer StyleClasses="AngleRect" />
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2021-07-21 15:15:02 +02:00
|
|
|
<BoxContainer Margin="8 0" Orientation="Horizontal">
|
|
|
|
|
<Label Text="{Loc 'ui-vote-create-title'}"
|
|
|
|
|
HorizontalExpand="True" VAlign="Center" StyleClasses="LabelHeading" />
|
|
|
|
|
<TextureButton Name="CloseButton" StyleClasses="windowCloseButton"
|
|
|
|
|
VerticalAlignment="Center" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-09-11 18:56:21 -07:00
|
|
|
<controls:HighDivider />
|
2021-02-16 15:07:17 +01:00
|
|
|
|
2021-07-21 19:03:10 +02:00
|
|
|
<BoxContainer Orientation="Vertical" Margin="8 2 8 0" VerticalExpand="True" VerticalAlignment="Top">
|
2024-09-26 18:32:13 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<OptionButton Margin="2 1" Name="VoteTypeButton" HorizontalExpand="False" />
|
|
|
|
|
<BoxContainer Name="VoteOptionsButtonContainer" HorizontalExpand="False" Orientation="Vertical">
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<Button Margin="64 4" Name="FollowButton" Text="{Loc 'ui-vote-follow-button'}" Visible="False" />
|
|
|
|
|
<Label Margin="2 2" Name="VoteNotTrustedLabel" Text="{Loc 'ui-vote-trusted-users-notice'}" Visible="False" />
|
|
|
|
|
<Label Margin="2 2" Name="VoteWarningLabel" Text="{Loc 'ui-vote-abuse-warning'}" Visible="False" HorizontalAlignment="Center"/>
|
2021-07-21 19:03:10 +02:00
|
|
|
</BoxContainer>
|
2024-09-26 18:32:13 +02:00
|
|
|
<Label Margin="8 2" Name="VoteTypeTimeoutLabel" Visible="False" />
|
2021-07-21 15:15:02 +02:00
|
|
|
</BoxContainer>
|
2024-09-26 18:32:13 +02:00
|
|
|
|
|
|
|
|
<Button Margin="8 32 8 2" Name="CreateButton" Text="{Loc 'ui-vote-create-button'}" />
|
2021-02-16 15:07:17 +01:00
|
|
|
|
|
|
|
|
<PanelContainer StyleClasses="LowDivider" />
|
2021-07-21 15:15:02 +02:00
|
|
|
<Label Margin="12 0 0 0" StyleClasses="LabelSubText" Text="{Loc 'ui-vote-fluff'}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-06-09 22:19:39 +02:00
|
|
|
</ui:VoteCallMenu>
|