Remove PARENT_TOP and PARENT_LEFT from integer expressions for widgets
PARENT_TOP and PARENT_LEFT should be 0 so they are not very useful substitutions. They are replaced with 0 or removed if that was the whole value for a field.
This commit is contained in:
@@ -4,13 +4,12 @@ Container@HPF_OVERLAY:
|
||||
Height: 60
|
||||
Children:
|
||||
DropDownButton@HPF_OVERLAY_LOCOMOTOR:
|
||||
Y: PARENT_TOP
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: dropdownbutton-hpf-overlay-locomotor
|
||||
Font: Regular
|
||||
DropDownButton@HPF_OVERLAY_CHECK:
|
||||
Y: PARENT_TOP + 35
|
||||
Y: 35
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: dropdownbutton-hpf-overlay-check
|
||||
|
||||
Reference in New Issue
Block a user