2021-07-21 15:15:02 +02:00
|
|
|
<Control xmlns="https://spacestation14.io" MinWidth="300">
|
2021-02-17 11:22:51 -03:00
|
|
|
<PanelContainer StyleClasses="AngleRect" />
|
2021-07-21 15:15:02 +02:00
|
|
|
<BoxContainer Margin="4" Orientation="Vertical">
|
|
|
|
|
<Label Name="VoteCaller" />
|
|
|
|
|
<Label Name="VoteTitle" />
|
2021-02-16 15:07:17 +01:00
|
|
|
|
2021-07-21 15:15:02 +02:00
|
|
|
<GridContainer Columns="3" Name="VoteOptionsContainer" />
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<ProgressBar Margin="4" HorizontalExpand="True" Name="TimeLeftBar" MinValue="0" MaxValue="1" />
|
|
|
|
|
<Label Name="TimeLeftText" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-07-21 15:15:02 +02:00
|
|
|
</BoxContainer>
|
2021-02-17 11:22:51 -03:00
|
|
|
</Control>
|