2023-09-22 21:50:34 +02:00
|
|
|
<Control xmlns="https://spacestation14.io">
|
|
|
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
2022-04-16 20:57:50 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<ScrollContainer VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
|
|
|
|
|
<BoxContainer Orientation="Vertical" Name="Notes" Access="Public" VerticalExpand="True"/>
|
|
|
|
|
</ScrollContainer>
|
2023-07-21 13:38:52 +02:00
|
|
|
<Button Name="ShowMoreButton" Text="{Loc admin-notes-show-more}" Visible="False" HorizontalAlignment="Center" />
|
|
|
|
|
<Button Name="NewNoteButton" Text="{Loc admin-notes-new-note}" Disabled="True" />
|
2022-04-16 20:57:50 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
</PanelContainer>
|
|
|
|
|
</Control>
|