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

Update Central Command Center bar widgets padding

This commit is contained in:
purian23
2025-07-12 19:03:22 -04:00
parent 95676fa562
commit 29272f47b0
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Rectangle {
signal clockClicked()
width: clockRow.implicitWidth + Theme.spacingM
width: clockRow.implicitWidth + Theme.spacingS * 2
height: 30
radius: Theme.cornerRadius
color: clockMouseArea.containsMouse ?

View File

@@ -11,7 +11,7 @@ Rectangle {
signal clicked()
visible: hasActiveMedia
width: hasActiveMedia ? Math.min(200, mediaText.implicitWidth + Theme.spacingS + 48) : 0
width: hasActiveMedia ? Math.min(200, mediaText.implicitWidth + Theme.spacingS * 2 + 20 + Theme.spacingXS) : 0
height: 30
radius: Theme.cornerRadius
color: mediaArea.containsMouse ?

View File

@@ -13,7 +13,7 @@ Rectangle {
signal clicked()
visible: weatherAvailable
width: weatherAvailable ? Math.min(100, weatherRow.implicitWidth + Theme.spacingS) : 0
width: weatherAvailable ? Math.min(100, weatherRow.implicitWidth + Theme.spacingS * 2) : 0
height: 30
radius: Theme.cornerRadius
color: weatherArea.containsMouse ?