1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 13:08:29 -04:00

theme: sweep everything that isnt using a spacing token from singleton,

add Theme.XXS
This commit is contained in:
bbedward
2026-07-02 12:00:09 -04:00
parent a98417d66b
commit 093acdbff7
104 changed files with 280 additions and 237 deletions
@@ -350,7 +350,7 @@ Item {
Column {
width: (parent.width - Theme.spacingL) / 2
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("• d - Day (1-31)")
@@ -381,7 +381,7 @@ Item {
Column {
width: (parent.width - Theme.spacingL) / 2
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("• MM - Month (01-12)")
@@ -913,7 +913,7 @@ Item {
Column {
anchors.horizontalCenter: parent.horizontalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Feels Like")
font.pixelSize: Theme.fontSizeSmall
@@ -957,7 +957,7 @@ Item {
Column {
anchors.horizontalCenter: parent.horizontalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Humidity")
font.pixelSize: Theme.fontSizeSmall
@@ -1001,7 +1001,7 @@ Item {
Column {
anchors.horizontalCenter: parent.horizontalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Wind")
font.pixelSize: Theme.fontSizeSmall
@@ -1058,7 +1058,7 @@ Item {
Column {
anchors.horizontalCenter: parent.horizontalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Pressure")
font.pixelSize: Theme.fontSizeSmall
@@ -1108,7 +1108,7 @@ Item {
Column {
anchors.horizontalCenter: parent.horizontalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Rain Chance")
font.pixelSize: Theme.fontSizeSmall
@@ -1152,7 +1152,7 @@ Item {
Column {
anchors.horizontalCenter: parent.horizontalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Visibility")
font.pixelSize: Theme.fontSizeSmall