#2076 fixed - missing widget id for WICW
This commit is contained in:
@@ -36,7 +36,7 @@ Container@INGAME_ROOT:
|
|||||||
Y:WINDOW_BOTTOM-HEIGHT-10
|
Y:WINDOW_BOTTOM-HEIGHT-10
|
||||||
Width:200
|
Width:200
|
||||||
Height:200
|
Height:200
|
||||||
CncWorldInteractionController:
|
CncWorldInteractionController@INTERACTION_CONTROLLER:
|
||||||
Width:WINDOW_RIGHT
|
Width:WINDOW_RIGHT
|
||||||
Height:WINDOW_BOTTOM
|
Height:WINDOW_BOTTOM
|
||||||
TooltipContainer:TOOLTIP_CONTAINER
|
TooltipContainer:TOOLTIP_CONTAINER
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Container@INGAME_ROOT:
|
Container@INGAME_ROOT:
|
||||||
Logic:IngameChromeLogic
|
Logic:IngameChromeLogic
|
||||||
Children:
|
Children:
|
||||||
WorldInteractionController:
|
WorldInteractionController@INTERACTION_CONTROLLER:
|
||||||
X:0
|
X:0
|
||||||
Y:0
|
Y:0
|
||||||
Width:WINDOW_RIGHT
|
Width:WINDOW_RIGHT
|
||||||
@@ -222,7 +222,7 @@ Container@OBSERVER_ROOT:
|
|||||||
Visible:true
|
Visible:true
|
||||||
Logic:IngameObserverChromeLogic
|
Logic:IngameObserverChromeLogic
|
||||||
Children:
|
Children:
|
||||||
WorldInteractionController:
|
WorldInteractionController@INTERACTION_CONTROLLER:
|
||||||
X:0
|
X:0
|
||||||
Y:0
|
Y:0
|
||||||
Width:WINDOW_RIGHT
|
Width:WINDOW_RIGHT
|
||||||
|
|||||||
Reference in New Issue
Block a user