Screen Corners use gerneral radius ratio of settings
This commit is contained in:
parent
74fce51c2d
commit
4afe2d8448
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ Loader {
|
||||||
screen: modelData
|
screen: modelData
|
||||||
|
|
||||||
property color cornerColor: Qt.alpha(Color.mSurface, Settings.data.bar.backgroundOpacity)
|
property color cornerColor: Qt.alpha(Color.mSurface, Settings.data.bar.backgroundOpacity)
|
||||||
property real cornerRadius: 20 * scaling
|
property real cornerRadius: Style.radiusL * scaling
|
||||||
property real cornerSize: 20 * scaling
|
property real cornerSize: Style.radiusL * scaling
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: ScalingService
|
target: ScalingService
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue