Files
tbd-station-14/Content.Client/Labels/UI/HandLabelerWindow.xaml
2024-01-01 03:41:43 -08:00

9 lines
416 B
XML

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