https://bugs.kde.org/show_bug.cgi?id=468712
--- Comment #4 from ratijas <m...@ratijas.tk> --- Not gonna lie, this is the most cursed thing I've seen with FormLayouts: > Kirigami.FormData.buddyFor: children[1] // 0 is the Repeater The whole grid and repeater there are kinda questionable. The "widest button" property is a perfect use-case for a SizeGroup type. And the "first item" should be extracted in a procedural code, like in a onItemAdded hook or something. The conditional logic for visibily (visible: recentlyUsedRepeater.count) does not inspire confidence either: what if a Repeater decides not to create items unless it becomes visible? -- You are receiving this mail because: You are watching all bug changes.