ThresholdBoundControl.xaml 368 B

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