Files
OpenRA/mods/common/chrome/text-notifications.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

56 lines
807 B
YAML

Container@CHAT_LINE_TEMPLATE:
Width: PARENT_WIDTH
Height: 16
Children:
Label@TIME:
X: 5
Width: 37
Height: 16
Shadow: True
Label@PREFIX:
X: 5
Height: 16
Shadow: True
Label@TEXT:
X: 5
Height: 16
WordWrap: True
Shadow: True
Container@SYSTEM_LINE_TEMPLATE:
Width: PARENT_WIDTH
Height: 16
Children:
Label@TIME:
X: 5
Width: 37
Height: 16
Shadow: True
Label@PREFIX:
X: 5
Height: 16
Shadow: True
TextColor: FFFF00
Label@TEXT:
X: 5
Height: 16
WordWrap: True
Shadow: True
TextColor: FFFF00
Container@TRANSIENT_LINE_TEMPLATE:
Width: PARENT_WIDTH
Height: 16
Children:
Label@TIME:
X: 5
Width: 37
Height: 16
Shadow: True
Label@TEXT:
X: 5
Height: 16
WordWrap: True
Shadow: True
TextColor: AFEEEE