Remove DockedPanel
This commit is contained in:
parent
fb40a89858
commit
c30e7d3548
1 changed files with 7 additions and 3 deletions
|
@ -360,12 +360,16 @@ Page {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DockedPanel {
|
Rectangle {
|
||||||
id: fileDock
|
id: fileDock
|
||||||
open: true
|
|
||||||
height: panelColumn.implicitHeight
|
height: panelColumn.implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
dock: Dock.Bottom
|
anchors.bottom: parent.bottom
|
||||||
|
|
||||||
|
gradient: Gradient {
|
||||||
|
GradientStop { position: 0.0; color: Theme.rgba(Theme.highlightBackgroundColor, 0.15) }
|
||||||
|
GradientStop { position: 1.0; color: Theme.rgba(Theme.highlightBackgroundColor, 0.3) }
|
||||||
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: panelColumn
|
id: panelColumn
|
||||||
|
|
Loading…
Reference in a new issue