* Basic attempt at rewriting how the options menu works, move accessibility settings into their own tab. * Audio tab uses the new options system. * Rewrite Misc tab * Clean up heading styling * Rewrite options tab and other minor cleanup all over the place. * Documentation comments and minor cleanup. --------- Co-authored-by: AJCM <AJCM@tutanota.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
8 lines
339 B
XML
8 lines
339 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="NameLabel" MinWidth="400" />
|
|
<Slider Name="Slider" Access="Public" HorizontalExpand="True" />
|
|
<Label Name="ValueLabel" Access="Public" Margin="8 0 4 0" MinWidth="48" Align="Right" />
|
|
</BoxContainer>
|
|
</Control>
|