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

fix sizing of dialogs, re-add ipcs

This commit is contained in:
bbedward
2025-07-22 23:00:09 -04:00
parent 7232d66b5d
commit 54a7281fa3
9 changed files with 64 additions and 74 deletions

View File

@@ -18,8 +18,8 @@ Rectangle {
SystemLogo {
visible: Prefs.useOSLogo
anchors.centerIn: parent
width: Theme.iconSize - 6
height: Theme.iconSize - 6
width: Theme.iconSize - 3
height: Theme.iconSize - 3
color: Theme.surfaceText
}