1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-04 04:28: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
@@ -52,7 +52,7 @@ Rectangle {
Row {
anchors.centerIn: parent
spacing: 4
spacing: Theme.spacingXS
Rectangle {
width: 28
@@ -711,7 +711,7 @@ Rectangle {
rightPadding: Theme.spacingS
bottomPadding: Theme.spacingL
topPadding: Theme.spacingM + 2
spacing: 2
spacing: Theme.spacingXXS
ProfileSection {
width: parent.width - parent.leftPadding - parent.rightPadding
@@ -804,7 +804,7 @@ Rectangle {
Column {
id: searchResultsColumn
width: parent.width - parent.leftPadding - parent.rightPadding
spacing: 2
spacing: Theme.spacingXXS
visible: root.searchActive
Item {
@@ -859,7 +859,7 @@ Rectangle {
Column {
width: parent.width - Theme.iconSize - Theme.spacingM
anchors.verticalCenter: parent.verticalCenter
spacing: 2
spacing: Theme.spacingXXS
StyledText {
text: resultDelegate.modelData.label
@@ -928,7 +928,7 @@ Rectangle {
width: parent.width - parent.leftPadding - parent.rightPadding
visible: !root.searchActive && root.isCategoryVisible(modelData)
spacing: 2
spacing: Theme.spacingXXS
Rectangle {
width: parent.width
@@ -1035,7 +1035,7 @@ Rectangle {
Column {
id: childrenColumn
width: parent.width
spacing: 2
spacing: Theme.spacingXXS
visible: categoryDelegate.modelData.children !== undefined && root.isCategoryExpanded(categoryDelegate.modelData.id)
clip: true