Skip to content

Commit f39e0d1

Browse files
committed
fix button alignment
1 parent b051614 commit f39e0d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

game_src/tc2/pak1/resource/ui/TC2SpawnSelection.res

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
{
6161
"ControlName" "Button"
6262
"fieldName" "ConfirmButton"
63-
"xpos" "270"
64-
"ypos" "360"
63+
"xpos" "190"
64+
"ypos" "400"
6565
"wide" "100"
6666
"tall" "30"
6767
"visible" "1"
@@ -76,8 +76,8 @@
7676
{
7777
"ControlName" "Button"
7878
"fieldName" "CancelButton"
79-
"xpos" "380"
80-
"ypos" "360"
79+
"xpos" "300"
80+
"ypos" "400"
8181
"wide" "100"
8282
"tall" "30"
8383
"visible" "1"

0 commit comments

Comments
 (0)