* Added a toggle fullscreen button (default F11) * Removed un-needed comments * Review Requested Changes * Fixed Acidental Spacing Change * bwoink, removed extraneous code * nothing, litterally
12 lines
465 B
XML
12 lines
465 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:tabs="clr-namespace:Content.Client.Options.UI.Tabs"
|
|
Title="{Loc 'ui-options-title'}"
|
|
MinSize="800 450">
|
|
<TabContainer Name="Tabs" Access="Public">
|
|
<tabs:GraphicsTab Name="GraphicsTab" />
|
|
<tabs:KeyRebindTab Name="KeyRebindTab" />
|
|
<tabs:AudioTab Name="AudioTab" />
|
|
<tabs:NetworkTab Name="NetworkTab" />
|
|
</TabContainer>
|
|
</DefaultWindow>
|