12 lines
653 B
XML
12 lines
653 B
XML
<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>
|