quick fix for resources popouts leaving leftover ghost region
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ Item {
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
clip: true
|
clip: true
|
||||||
implicitHeight: resources.implicitHeight
|
implicitHeight: resources.implicitHeight * (1 - resources.offsetScale)
|
||||||
implicitWidth: resources.implicitWidth
|
implicitWidth: resources.implicitWidth
|
||||||
|
|
||||||
Resources.Wrapper {
|
Resources.Wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user