Files
tbd-station-14/Content.Client/Administration/UI/Notes/AdminNotesControl.xaml
2023-09-22 14:50:34 -05:00

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>