Fix loadbp window perm issue (#9671)

This commit is contained in:
metalgearsloth
2022-07-15 13:03:18 +10:00
committed by GitHub
parent a98047b47d
commit 2420d281bb
2 changed files with 4 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
<BoxContainer Orientation="Horizontal">
<Label Text="{Loc Path}" MinSize="100 0" />
<Control MinSize="50 0" />
<OptionButton Name="MapPath" MinSize="200 0" HorizontalExpand="True" />
<LineEdit Name="MapPath" MinSize="200 0" HorizontalExpand="True" Text="/Maps/" />
</BoxContainer>
<BoxContainer Orientation="Horizontal">
<Label Text="{Loc X}" MinSize="100 0" />