parent
7a4f6b628b
commit
9e92ee020e
1 changed files with 9 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ PageType {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.bottomMargin: 16
|
Layout.bottomMargin: 48
|
||||||
|
|
||||||
implicitHeight: configContent.implicitHeight
|
implicitHeight: configContent.implicitHeight
|
||||||
|
|
||||||
|
|
@ -173,7 +173,15 @@ PageType {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
anchors.fill: columnContent
|
||||||
|
anchors.bottomMargin: -24
|
||||||
|
color: "#0E0E11"
|
||||||
|
opacity: 0.8
|
||||||
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
id: columnContent
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue