1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Clip system tab flickable

This commit is contained in:
bbedward
2025-10-04 08:40:17 -04:00
parent 7b1026c624
commit a6dd7254b2
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import qs.Widgets
DankFlickable {
anchors.fill: parent
contentHeight: systemColumn.implicitHeight
clip: true
Component.onCompleted: {
DgopService.addRef(["system", "hardware", "diskmounts"]);
}
@@ -610,4 +611,4 @@ DankFlickable {
}
}
}