Fix Join Game layout issue

This commit is contained in:
JackMyth 2020-05-17 17:22:26 +08:00
parent bff99cbf2e
commit bbfa2b6905
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
place { controls="InfoLabel" region=box margin-top=15 dir=down align=left width=max }
place { controls="ThrobberThrobberThrobber" region=box start=InfoLabel dir=down align=left margin-top=15 }
place { controls="ReadyToPlayInfoLabel" region=box start=InfoLabel margin-top=10 width=max dir=down }
place { controls="ReadyToPlayTimeLabel" region=box start=InfoLabel margin-top=10 margin-left=200 dir=down }
place { controls="ReadyToPlayInfoLabel" region=box start=ThrobberThrobberThrobber margin-top=10 width=max dir=down }
place { controls="ReadyToPlayTimeLabel" region=box start=ThrobberThrobberThrobber margin-top=10 margin-left=200 dir=down }
place { controls="Progress" region=box start=ReadyToPlayInfoLabel margin-top=10 width=max dir=down }
place { controls="OverrideThrottleCheckBox" region=box start=Progress margin-top=10 width=max height=15 dir=down }
place { controls="AutoLaunchCheckBox" region=box start=OverrideThrottleCheckBox margin-top=10 height=15 width=max dir=down }