Skip to content

Fix layout loop in config page

Arjen Hiemstra requested to merge work/ahiemstra/configpageloop into master

In certain cases, a layout loop can be triggered when changing faces on the face config page. This turns out to be caused by Layout.fillWidth on the face config item, so remove that and instead use preferredWidth instead.

Also contains a follow up commit to remove the padding from the two controls so they are properly aligned with the other text fields.

BUG: 428724

Edited by Arjen Hiemstra

Merge request reports