Files
wwdpublic/Content.Client/Labels/UI/HandLabelerWindow.xaml
lzk 27df9ce239 Localize hand labeler ui header (#23320)
(cherry picked from commit a6cde8bbe90103108565faf057fd632da6f38ce5)
2024-01-23 22:51:58 +01: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>