Use monospace font for error popup traceback

This commit is contained in:
miruka 2019-12-28 04:55:34 -04:00
parent 5f3ecef408
commit 10dabca1d9

View File

@ -23,6 +23,7 @@ BoxPopup {
HScrollableTextArea {
text: [message, traceback].join("\n\n") || qsTr("No info available")
area.readOnly: true
area.font.family: theme.fontFamily.mono
Layout.fillWidth: true
}