radiobutton: fix inaccurate height

This commit is contained in:
end-4
2025-07-23 10:26:16 +07:00
parent 5b4ccd9d59
commit 7bafa57989
2 changed files with 3 additions and 1 deletions
@@ -69,6 +69,7 @@ Item {
Layout.fillHeight: true
clip: true
currentIndex: root.defaultChoice !== undefined ? root.items.indexOf(root.defaultChoice) : -1
spacing: 6
model: ScriptModel {
id: choiceModel