ui/reload: use monospace font for error message

This commit is contained in:
outfoxxed 2025-05-26 04:45:19 -07:00
parent ec433d1a70
commit ee31e5d226
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -185,6 +185,7 @@ PanelWindow {
selectionColor: palette.active.highlight selectionColor: palette.active.highlight
selectedTextColor: palette.active.highlightedText selectedTextColor: palette.active.highlightedText
readOnly: true readOnly: true
font.family: "monospace"
} }
} }