mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
dankslideout: convert to Rectangle
This commit is contained in:
@@ -122,9 +122,10 @@ PanelWindow {
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
x: Theme.snap(slideContainer.slideOffset, root.dpr)
|
x: Theme.snap(slideContainer.slideOffset, root.dpr)
|
||||||
|
|
||||||
DankRectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: Theme.surfaceContainer
|
color: Theme.surfaceContainer
|
||||||
|
radius: Theme.cornerRadius
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
|||||||
Reference in New Issue
Block a user