add a separate configuration item for edge of screen
This commit is contained in:
parent
4afe2d8448
commit
f0733f19dd
4 changed files with 40 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue