mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Fix: Fix the vertical alignment of circles
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ RowLayout {
|
||||
|
||||
Rectangle {
|
||||
implicitWidth: Math.round((root.baseSize * 0.8) * scaling)
|
||||
implicitHeight: Math.round((root.baseSize * 0.8) * scaling)
|
||||
height: parent.height - (2 * scaling * 2)
|
||||
radius: height * 0.5
|
||||
color: root.checked ? Color.mOnPrimary : Color.mPrimary
|
||||
border.color: root.checked ? Color.mSurface : Color.mSurface
|
||||
|
||||
Reference in New Issue
Block a user