Files
tbd-station-14/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdBoundControl.xaml
eoineoineoin ff9cf108b6 UX improvements to Air Alarm UI (#12681)
Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
2022-12-06 15:46:07 -08:00

8 lines
352 B
XML

<BoxContainer xmlns="https://spacestation14.io"
HorizontalExpand="True" Orientation="Vertical"
Margin = "20 0 0 0" MinSize="160 0" >
<Label Name="CBoundLabel" HorizontalAlignment="Center" />
<CheckBox Name="CBoundEnabled" HorizontalAlignment="Center" Text="{Loc 'Enable'}"/>
<FloatSpinBox Name="CSpinner" />
</BoxContainer>