- <Control xmlns="https://spacestation14.io">
- <PanelContainer StyleClasses="BackgroundDark">
- <BoxContainer Orientation="Vertical">
- <ScrollContainer VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
- <BoxContainer Orientation="Vertical" Name="Notes" Access="Public" VerticalExpand="True"/>
- </ScrollContainer>
- <Button Name="ShowMoreButton" Text="{Loc admin-notes-show-more}" Visible="False" HorizontalAlignment="Center" />
- <Button Name="NewNoteButton" Text="{Loc admin-notes-new-note}" Disabled="True" />
- </BoxContainer>
- </PanelContainer>
- </Control>
|