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

correctly use monospace

This commit is contained in:
bbedward
2025-08-17 12:34:56 -04:00
parent 358665e5a1
commit be33eb14dd

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