- <Control xmlns="https://spacestation14.io"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:ui="clr-namespace:Content.Client.Options.UI">
- <BoxContainer Orientation="Vertical">
- <ScrollContainer VerticalExpand="True" HScrollEnabled="False">
- <BoxContainer Orientation="Vertical" Margin="8">
- <CheckBox Name="EnableClassicOverlayCheckBox" Text="{Loc 'ui-options-enable-classic-overlay'}" />
- </BoxContainer>
- </ScrollContainer>
- <ui:OptionsTabControlRow Name="Control" Access="Public" />
- </BoxContainer>
- </Control>
|