Fix layout loop in config page
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.
Edited by Arjen Hiemstra