Removed all layer.enabled as they do not play well with fractional scaling.
This commit is contained in:
parent
a249e15c58
commit
e5aee79d47
6 changed files with 1 additions and 36 deletions
|
|
@ -149,16 +149,6 @@ Variants {
|
|||
}
|
||||
}
|
||||
|
||||
// Drop shadow for better visibility when bar is transparent
|
||||
layer.enabled: true
|
||||
layer.effect: MultiEffect {
|
||||
shadowEnabled: true
|
||||
shadowColor: Qt.rgba(0, 0, 0, 0.3)
|
||||
shadowBlur: 0.5
|
||||
shadowVerticalOffset: 2
|
||||
shadowHorizontalOffset: 0
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: dockMouseArea
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue