1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

correctly use monospace

This commit is contained in:
bbedward
2025-08-17 12:34:56 -04:00
parent 358665e5a1
commit be33eb14dd
+1 -1
View File
@@ -155,7 +155,7 @@ PanelWindow {
text: ToastService.currentDetails
font.pixelSize: Theme.fontSizeSmall
color: Theme.background
font.family: "JetBrains Mono"
isMonospace: true
anchors.left: parent.left
anchors.right: copyButton.left
anchors.verticalCenter: parent.verticalCenter