1
0

AdminNotesControl.xaml 653 B

1234567891011
  1. <Control xmlns="https://spacestation14.io">
  2. <PanelContainer StyleClasses="BackgroundDark">
  3. <BoxContainer Orientation="Vertical">
  4. <ScrollContainer VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
  5. <BoxContainer Orientation="Vertical" Name="Notes" Access="Public" VerticalExpand="True"/>
  6. </ScrollContainer>
  7. <Button Name="ShowMoreButton" Text="{Loc admin-notes-show-more}" Visible="False" HorizontalAlignment="Center" />
  8. <Button Name="NewNoteButton" Text="{Loc admin-notes-new-note}" Disabled="True" />
  9. </BoxContainer>
  10. </PanelContainer>
  11. </Control>