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

Some more consistent spacing

This commit is contained in:
bbedward
2025-07-12 13:35:01 -04:00
parent 8a2b81aafb
commit f61ee93484
6 changed files with 6 additions and 68 deletions

View File

@@ -149,6 +149,7 @@ Rectangle {
id: eventsList
anchors.fill: parent
anchors.margins: theme.spacingM
anchors.topMargin: theme.spacingM + 2
visible: hasEvents
clip: true
spacing: theme.spacingS

View File

@@ -42,7 +42,7 @@ Rectangle {
Column {
anchors.centerIn: parent
spacing: theme.spacingS
visible: !weather
visible: !weather || !weather.available
Text {
text: "cloud_off"