1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Fix bindings in center section & icon sizes

This commit is contained in:
bbedward
2025-10-02 21:41:24 -04:00
parent 414a1ad4d2
commit 731db13c14
4 changed files with 11 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
name: "content_paste"
size: widgetThickness - 8
size: Theme.iconSize - 6
color: Theme.surfaceText
}
}