LogProbeUiEntry.xaml 720 B

1234567891011121314151617181920
  1. <BoxContainer xmlns="https://spacestation14.io"
  2. xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
  3. Margin="4"
  4. Orientation="Vertical">
  5. <BoxContainer Orientation="Horizontal">
  6. <Label Name="NumberLabel"
  7. Align="Right"
  8. SetWidth="26"
  9. ClipText="True"/>
  10. <Label Name="TimeLabel"
  11. Align="Center"
  12. SetWidth="100"
  13. ClipText="True"/>
  14. <Label Name="AccessorLabel"
  15. Align="Left"
  16. SetWidth="390"
  17. ClipText="True"/>
  18. </BoxContainer>
  19. <customControls:HSeparator Margin="0 5 0 5"/>
  20. </BoxContainer>