1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-07 22:18:30 -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
+5 -5
View File
@@ -642,7 +642,7 @@ Item {
spacing: Theme.spacingL
Column {
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Version")
@@ -667,7 +667,7 @@ Item {
}
Column {
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("API")
@@ -692,7 +692,7 @@ Item {
}
Column {
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: I18n.tr("Status")
@@ -702,7 +702,7 @@ Item {
}
Row {
spacing: 4
spacing: Theme.spacingXS
Rectangle {
width: 8
@@ -738,7 +738,7 @@ Item {
Flow {
width: parent.width
spacing: 6
spacing: Theme.spacingS
Repeater {
model: DMSService.capabilities