add a separate configuration item for edge of screen

This commit is contained in:
Juve 2025-09-11 10:11:01 +08:00
parent 4afe2d8448
commit f0733f19dd
4 changed files with 40 additions and 7 deletions

View file

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