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

ControlCenter: Implement edit mode for customizing widgets

This commit is contained in:
bbedward
2025-09-23 14:38:01 -04:00
parent b9b1737639
commit c04177e45d
32 changed files with 2870 additions and 796 deletions

View File

@@ -8,6 +8,7 @@ import qs.Widgets
Card {
id: root
clip: false
signal clicked()
@@ -65,13 +66,20 @@ Card {
spacing: Theme.spacingL
visible: activePlayer
DankAlbumArt {
width: 110
height: 80
Item {
width: 140
height: 110
anchors.horizontalCenter: parent.horizontalCenter
activePlayer: root.activePlayer
albumSize: 76
animationScale: 1.05
clip: false
DankAlbumArt {
width: 110
height: 80
anchors.centerIn: parent
activePlayer: root.activePlayer
albumSize: 76
animationScale: 1.05
}
}
Column {