Files
crystall-punk-14/Content.Client/Voting/UI/VotePopup.xaml

15 lines
703 B
Plaintext
Raw Permalink Normal View History

2024-09-26 18:32:13 +02:00
<Control xmlns="https://spacestation14.io" MinWidth="300" MaxWidth="500">
<PanelContainer StyleClasses="AngleRect" />
<BoxContainer Margin="4" Orientation="Vertical">
<Label Name="VoteCaller" />
2024-08-21 16:50:49 +02:00
<RichTextLabel Name="VoteTitle" />
2024-09-26 18:32:13 +02:00
<Button Margin="4 4" Name="FollowVoteTarget" Text="{Loc 'ui-vote-follow-button-popup'}" Visible="False"></Button>
<GridContainer Columns="3" Name="VoteOptionsContainer"/>
<BoxContainer Orientation="Horizontal">
<ProgressBar Margin="4" HorizontalExpand="True" Name="TimeLeftBar" MinValue="0" MaxValue="1" />
<Label Name="TimeLeftText" />
</BoxContainer>
</BoxContainer>
</Control>