2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-09-17 18:09:45 +02:00
|
|
|
Title="{Loc 'disposal-router-window-title'}"
|
|
|
|
|
MinSize="500 110"
|
|
|
|
|
SetSize="500 110">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<Label Text="{Loc 'disposal-router-window-tags-label'}" />
|
|
|
|
|
<Control MinSize="0 10" />
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-10-28 14:23:17 +02:00
|
|
|
<LineEdit Name="TagInput"
|
|
|
|
|
Access="Public"
|
2021-09-17 18:09:45 +02:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
MinSize="320 0"
|
|
|
|
|
ToolTip="{Loc 'disposal-router-window-tag-input-tooltip'}" />
|
|
|
|
|
<Control MinSize="10 0" />
|
2021-10-28 14:23:17 +02:00
|
|
|
<Button Name="Confirm"
|
|
|
|
|
Access="Public"
|
2021-09-17 18:09:45 +02:00
|
|
|
Text="{Loc 'disposal-router-window-tag-input-confirm-button'}" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|