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.
23 lines
401 B
YAML
23 lines
401 B
YAML
Container@PERF_WIDGETS:
|
|
Logic: PerfDebugLogic
|
|
Children:
|
|
Label@PERF_TEXT:
|
|
X: WINDOW_WIDTH - 200
|
|
Y: WINDOW_HEIGHT - 69
|
|
Width: 170
|
|
Height: 40
|
|
Contrast: true
|
|
Background@GRAPH_BG:
|
|
ClickThrough: true
|
|
Background: dialog4
|
|
X: 10
|
|
Y: WINDOW_HEIGHT - HEIGHT - 156
|
|
Width: 210
|
|
Height: 210
|
|
Children:
|
|
PerfGraph@GRAPH:
|
|
X: 5
|
|
Y: 5
|
|
Width: 200
|
|
Height: 200
|