Files

10 lines
444 B
Plaintext
Raw Permalink Normal View History

2024-01-27 15:19:52 +03:00
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Time to choose..">
<BoxContainer Orientation="Vertical">
<Label Text="Задайте название для метки." />
<LineEdit Name="NameSelector" HorizontalExpand="True" />
<Button Name="NameSelectorSet" Text="Принять" />
</BoxContainer>
</DefaultWindow>