Fix: Small fix. 4* instead of 2*2*

This commit is contained in:
Corey Woodworth
2025-09-26 15:37:02 -04:00
parent aa1cea8d03
commit 4785e287ba
+1 -1
View File
@@ -48,7 +48,7 @@ RowLayout {
Rectangle {
implicitWidth: Math.round((root.baseSize * 0.8) * scaling)
height: parent.height - (2 * scaling * 2)
height: parent.height - (4 * scaling)
radius: height * 0.5
color: root.checked ? Color.mOnPrimary : Color.mPrimary
border.color: root.checked ? Color.mSurface : Color.mSurface