1
0
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:
bbedward
2025-12-04 12:54:15 -05:00
parent e7a6f5228d
commit f6821f80e1

View File

@@ -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 {