Screen Corners use gerneral radius ratio of settings

This commit is contained in:
Juve 2025-09-10 12:55:50 +08:00
parent 74fce51c2d
commit 4afe2d8448

View file

@ -20,8 +20,8 @@ Loader {
screen: modelData
property color cornerColor: Qt.alpha(Color.mSurface, Settings.data.bar.backgroundOpacity)
property real cornerRadius: 20 * scaling
property real cornerSize: 20 * scaling
property real cornerRadius: Style.radiusL * scaling
property real cornerSize: Style.radiusL * scaling
Connections {
target: ScalingService