mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
add a separate configuration item for edge of screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user