mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Autoformat
This commit is contained in:
+1
-3
@@ -104,7 +104,5 @@ Singleton {
|
||||
return Math.round(barHeight * 0.82);
|
||||
}
|
||||
}
|
||||
readonly property color capsuleColor: Settings.data.bar.showCapsule ?
|
||||
Qt.alpha(Color.mSurfaceVariant, Settings.data.bar.capsuleOpacity) :
|
||||
Color.transparent
|
||||
readonly property color capsuleColor: Settings.data.bar.showCapsule ? Qt.alpha(Color.mSurfaceVariant, Settings.data.bar.capsuleOpacity) : Color.transparent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user