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:
@@ -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
|
||||
|
||||
@@ -42,7 +42,7 @@ Rectangle {
|
||||
Column {
|
||||
anchors.centerIn: parent
|
||||
spacing: theme.spacingS
|
||||
visible: !weather
|
||||
visible: !weather || !weather.available
|
||||
|
||||
Text {
|
||||
text: "cloud_off"
|
||||
|
||||
Reference in New Issue
Block a user