major updates
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import QtQuick
|
||||
import QtQuick.Shapes
|
||||
import qs.Modules as Modules
|
||||
|
||||
Shape {
|
||||
id: root
|
||||
|
||||
required property Panels panels
|
||||
required property Item bar
|
||||
|
||||
anchors.fill: parent
|
||||
anchors.margins: 8
|
||||
anchors.topMargin: bar.implicitHeight
|
||||
preferredRendererType: Shape.CurveRenderer
|
||||
|
||||
Modules.Background {
|
||||
wrapper: root.panels.popouts
|
||||
|
||||
startX: Math.floor(wrapper.x - rounding)
|
||||
startY: wrapper.y
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user