2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-10-16 21:34:05 +01:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2024-01-01 12:41:43 +01:00
|
|
|
Title="{Loc 'hand-labeler-ui-header'}">
|
2021-10-16 21:34:05 +01:00
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
|
|
|
|
<Label Name="CurrentTextLabel" Text="{Loc 'hand-labeler-current-text-label'}" />
|
|
|
|
|
<LineEdit Name="LabelLineEdit" />
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|