BountyHistoryEntry.xaml 1.1 KB

12345678910111213141516171819202122
  1. <BoxContainer xmlns="https://spacestation14.io"
  2. xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
  3. Margin="10 10 10 0"
  4. HorizontalExpand="True">
  5. <PanelContainer StyleClasses="AngleRect" HorizontalExpand="True">
  6. <BoxContainer Orientation="Vertical"
  7. HorizontalExpand="True">
  8. <BoxContainer Orientation="Horizontal">
  9. <BoxContainer Orientation="Vertical" HorizontalExpand="True">
  10. <RichTextLabel Name="RewardLabel"/>
  11. <RichTextLabel Name="ManifestLabel"/>
  12. </BoxContainer>
  13. <BoxContainer Orientation="Vertical" MinWidth="120" Margin="0 0 10 0">
  14. <RichTextLabel Name="TimestampLabel" HorizontalAlignment="Right" />
  15. <RichTextLabel Name="IdLabel" HorizontalAlignment="Right" />
  16. </BoxContainer>
  17. </BoxContainer>
  18. <customControls:HSeparator Margin="5 10 5 10"/>
  19. <RichTextLabel Name="NoticeLabel" />
  20. </BoxContainer>
  21. </PanelContainer>
  22. </BoxContainer>