mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 03:30:03 +00:00
Fix: Small fix. 4* instead of 2*2*
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user