Skip to content
Snippets Groups Projects
Commit 537cc966 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use Item for transparent rectangles

parent d68b2418
No related branches found
No related tags found
No related merge requests found
import QtQuick 2.6
import QtQuick.Layouts 1.2
Rectangle {
color: "transparent"
Item {
height: row.height + 24
width: parent ? parent.width : undefined
......
......@@ -3,7 +3,7 @@ import QtQuick.Controls 2.3
import QtQuick.Layouts 1.2
import QtQuick.Window 2.2
Rectangle {
Item {
id: replyComponent
property alias modelData: reply.modelData
......@@ -54,8 +54,6 @@ Rectangle {
}
}
color: "transparent"
Rectangle {
id: backgroundItem
z: -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment