Remove DockedPanel

This commit is contained in:
Anton Thomasson 2022-06-06 09:47:17 +02:00
parent fb40a89858
commit c30e7d3548

View file

@ -360,12 +360,16 @@ Page {
}
}
}
DockedPanel {
Rectangle {
id: fileDock
open: true
height: panelColumn.implicitHeight
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 {
id: panelColumn