Skip to content

Commit

Permalink
Special case the TD spectator UI to fit the minimum width
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdefg30 committed Oct 7, 2019
1 parent ea9eb43 commit cb6db9b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions mods/cnc/chrome/ingame.yaml
Expand Up @@ -268,7 +268,7 @@ Container@OBSERVER_WIDGETS:
StatisticsArmyGraphKey: StatisticsArmyGraph
X: 5
Y: 5
Width: 760
Width: 730
Height: 240
Children:
DropDownButton@STATS_DROPDOWN:
Expand Down Expand Up @@ -388,7 +388,7 @@ Container@OBSERVER_WIDGETS:
Container@ECONOMY_STATS_HEADERS:
X: 0
Y: 0
Width: 735
Width: 730
Height: PARENT_BOTTOM
Children:
ColorBlock@HEADER_COLOR:
Expand Down Expand Up @@ -461,7 +461,7 @@ Container@OBSERVER_WIDGETS:
Shadow: True
Label@DERRICKS_HEADER:
X: 650
Width: 80
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: Oil Derricks
Expand Down Expand Up @@ -542,7 +542,7 @@ Container@OBSERVER_WIDGETS:
Container@COMBAT_STATS_HEADERS:
X: 0
Y: 0
Width: 740
Width: 730
Height: PARENT_BOTTOM
Children:
ColorBlock@HEADER_COLOR:
Expand Down Expand Up @@ -615,16 +615,16 @@ Container@OBSERVER_WIDGETS:
Label@BUILDINGS_DEAD_HEADER:
X: 565
Y: 0
Width: 80
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: Bldg Lost
Align: Right
Shadow: True
Label@ARMY_VALUE_HEADER:
X: 645
X: 640
Y: 0
Width: 90
Width: 85
Height: PARENT_BOTTOM
Font: Bold
Text: Army Value
Expand Down Expand Up @@ -757,7 +757,7 @@ Container@OBSERVER_WIDGETS:
ScrollItem@ECONOMY_PLAYER_TEMPLATE:
X: 0
Y: 0
Width: 735
Width: 730
Height: 24
BaseName: scrollitem-nohover
Children:
Expand Down Expand Up @@ -830,7 +830,7 @@ Container@OBSERVER_WIDGETS:
Label@DERRICKS:
X: 650
Y: 0
Width: 80
Width: 75
Height: PARENT_BOTTOM
Align: Right
Shadow: True
Expand Down Expand Up @@ -911,7 +911,7 @@ Container@OBSERVER_WIDGETS:
ScrollItem@COMBAT_PLAYER_TEMPLATE:
X: 0
Y: 0
Width: 740
Width: 730
Height: 24
BaseName: scrollitem-nohover
Children:
Expand Down Expand Up @@ -977,14 +977,14 @@ Container@OBSERVER_WIDGETS:
Label@BUILDINGS_DEAD:
X: 565
Y: 0
Width: 80
Width: 75
Height: PARENT_BOTTOM
Align: Right
Shadow: True
Label@ARMY_VALUE:
X: 645
X: 640
Y: 0
Width: 90
Width: 85
Height: PARENT_BOTTOM
Align: Right
Shadow: True
Expand Down

0 comments on commit cb6db9b

Please sign in to comment.