Fix: Correct same issue with Radio Buttons too.

This commit is contained in:
Corey Woodworth
2025-09-26 16:01:25 -04:00
parent 4785e287ba
commit 9d30eac13a
+2 -3
View File
@@ -19,9 +19,8 @@ RadioButton {
anchors.verticalCenter: parent.verticalCenter
Rectangle {
anchors.centerIn: parent
implicitWidth: Style.marginS * scaling
implicitHeight: Style.marginS * scaling
anchors.fill: parent
anchors.margins: parent.width * 0.3
radius: width * 0.5
color: Qt.alpha(Color.mPrimary, root.checked ? 1 : 0)