Files
OpenRA/mods/common/chrome/ingame-transients.yaml
Ivaylo Draganov 79ae71a517 Rename *_RIGHT to *_WIDTH and *_BOTTOM to *_HEIGHT in integer expressions for widgets
The terms "width" and "height" are clearer and they match what the values actually represent (window or parent width/height). The YAML changes are generated with the update rule.
2024-10-07 12:59:25 +03:00

14 lines
304 B
YAML

Container@TRANSIENTS_PANEL:
X: 5
Y: WINDOW_HEIGHT - HEIGHT - 55
Width: 550
Height: 80
Logic: IngameTransientNotificationsLogic
Children:
TextNotificationsDisplay@TRANSIENTS_DISPLAY:
Width: PARENT_WIDTH
Height: PARENT_HEIGHT
DisplayDurationMs: 4000
LogLength: 5
HideOverflow: False