diff --git a/src/gui/Popups/UnexpectedErrorPopup.qml b/src/gui/Popups/UnexpectedErrorPopup.qml index 9e04de98..590dd8d8 100644 --- a/src/gui/Popups/UnexpectedErrorPopup.qml +++ b/src/gui/Popups/UnexpectedErrorPopup.qml @@ -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 }