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

Update positioning

This commit is contained in:
bbedward
2025-07-11 09:41:37 -04:00
parent c9d40bf7fb
commit 4b3a0b15be

View File

@@ -70,7 +70,7 @@ PanelWindow {
Row {
id: leftSection
height: parent.height
spacing: Theme.spacingL
spacing: Theme.spacingXS
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
@@ -86,11 +86,9 @@ PanelWindow {
anchors.centerIn: parent
text: root.osLogo || "apps" // Use OS logo if detected, fallback to apps icon
font.family: root.osLogo ? "NerdFont" : Theme.iconFont
font.pixelSize: root.osLogo ? Theme.iconSize - 2 : Theme.iconSize - 2
font.pixelSize: Theme.iconSize - 6
font.weight: Theme.iconFontWeight
color: Theme.surfaceText
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
MouseArea {