mainUI: be an Item instead of Rectangle
This commit is contained in:
parent
e506a70767
commit
f25a0d7c87
|
@ -5,9 +5,8 @@ import QtQuick.Window 2.7
|
||||||
import "Base"
|
import "Base"
|
||||||
import "SidePane"
|
import "SidePane"
|
||||||
|
|
||||||
Rectangle {
|
Item {
|
||||||
id: mainUI
|
id: mainUI
|
||||||
color: "transparent"
|
|
||||||
|
|
||||||
Component.onCompleted: window.mainUI = mainUI
|
Component.onCompleted: window.mainUI = mainUI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user