Skip to content

Fix text elision in tray checkbox

Thiago Sueto requested to merge notlayout into master

This removes Layout.fillWidth from the QQC2.CheckBox children of Kirigami.FormLayout, as the latter derives from Item instead of Layout.

Before:

image

image

After:

image

Edited by Thiago Sueto

Merge request reports