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
|
|
@ -99,14 +99,6 @@ Loader {
|
|||
mipmap: false
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: Color.transparent
|
||||
layer.enabled: true
|
||||
layer.smooth: true
|
||||
layer.samples: 4
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
gradient: Gradient {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue