HandLabelerWindow.xaml 416 B

12345678
  1. <DefaultWindow xmlns="https://spacestation14.io"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. Title="{Loc 'hand-labeler-ui-header'}">
  4. <BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
  5. <Label Name="CurrentTextLabel" Text="{Loc 'hand-labeler-current-text-label'}" />
  6. <LineEdit Name="LabelLineEdit" />
  7. </BoxContainer>
  8. </DefaultWindow>