Use monospace font for error popup traceback
This commit is contained in:
parent
5f3ecef408
commit
10dabca1d9
|
@ -23,6 +23,7 @@ BoxPopup {
|
||||||
HScrollableTextArea {
|
HScrollableTextArea {
|
||||||
text: [message, traceback].join("\n\n") || qsTr("No info available")
|
text: [message, traceback].join("\n\n") || qsTr("No info available")
|
||||||
area.readOnly: true
|
area.readOnly: true
|
||||||
|
area.font.family: theme.fontFamily.mono
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user