diff --git a/app/qml/PreprocessedTerminal.qml b/app/qml/PreprocessedTerminal.qml index 95f00d7..697e42b 100644 --- a/app/qml/PreprocessedTerminal.qml +++ b/app/qml/PreprocessedTerminal.qml @@ -141,6 +141,7 @@ Item{ kterminal.antialiasText = !lowResolutionFont; kterminal.smooth = !lowResolutionFont; kterminal.enableBold = !lowResolutionFont; + kterminal.enableItalic = !lowResolutionFont; kterminal.font = Qt.font({ family: fontFamily, diff --git a/qmltermwidget b/qmltermwidget index a3822c5..0b08d7f 160000 --- a/qmltermwidget +++ b/qmltermwidget @@ -1 +1 @@ -Subproject commit a3822c5de93bd72138fbb5d606da96cb1f7e79f0 +Subproject commit 0b08d7f30671d33a382bb59ce09ee363aa573904