Skip to content

Commit

Permalink
Fixed #39
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw authored Mar 22, 2022
1 parent 81553a4 commit 9ed48d5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions resource/ui/spectator.res
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ypos" "0"
"tall" "0" [$WIN32]
"tall" "104" [$X360]
"wide" "f0"
"wide" "0" // change to f0 to enable
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand All @@ -53,6 +53,7 @@
"tall" "70" [$WIN32]
"tall_minmode" "0"
"tall" "90" [$X360]
"wide" "0" // change to f0 to enable
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand All @@ -70,7 +71,7 @@
"tall" "70" [$WIN32] // this needs to match the size of BottomBar
"tall_minmode" "0"
"tall" "90" [$X360]
"wide" "f0"
"wide" "0" // change to f0 to enable
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand All @@ -90,6 +91,7 @@
"ypos" "67" [$X360]
"ypos_hidef" "79"
"ypos_lodef" "85"
"zpos" "2"
"wide" "600" [$WIN32]
"wide_minmode" "300"
"wide" "400" [$X360]
Expand All @@ -113,6 +115,7 @@
"fieldName" "BuyBackLabel"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "400"
"tall" "f0"
"autoResize" "0"
Expand Down Expand Up @@ -158,12 +161,12 @@
"ypos" "35"
"ypos_hidef" "90"
"ypos_lodef" "30"
"zpos" "2"
"wide" "170"
"wide_hidef" "130"
"wide_lodef" "220"
"tall" "15"
"tall_lodef" "25"
"zpos" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" [$WIN32]
Expand Down Expand Up @@ -409,4 +412,4 @@
"visible" "1"
"enabled" "1"
}
}
}

0 comments on commit 9ed48d5

Please sign in to comment.