NRadioButton: proper elipsis. Fix #385

This commit is contained in:
ItsLemmy
2025-09-28 11:09:17 -04:00
parent 69a6c052db
commit dc414df9bc
2 changed files with 9 additions and 4 deletions
+1
View File
@@ -44,6 +44,7 @@ RadioButton {
font.pointSize: Style.fontSizeM * scaling
anchors.verticalCenter: parent.verticalCenter
anchors.left: outerCircle.right
anchors.right: parent.right
anchors.leftMargin: Style.marginS * scaling
}
}