* Add localization to the air alarms, wire panels, network configurator list menu and loadout window * delete unused * redo gas localization, delete unused * removed the extra key * Moved and renamed air-alarm-ui-thresholds-gas-name * Moved localization to the XAML * Use existing strings for gas names * it just works * Rename _atmosphereSystem in ScrubberControl.xaml.cs _atmosphereSystem -> atmosphereSystem * Rename _atmosphereSystem in SensorInfo.xaml.cs _atmosphereSystem -> atmosphereSystem
8 lines
388 B
XML
8 lines
388 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 'air-alarm-ui-widget-enable'}" Pressed="True" />
|
|
<FloatSpinBox Name="CSpinner" />
|
|
</BoxContainer>
|