--- a/eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui Mon Oct 12 17:23:15 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui Mon Oct 12 17:39:45 2020 +0200 @@ -34,12 +34,12 @@ <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <widget class="QTextEdit" name="contents"> + <widget class="QPlainTextEdit" name="contents"> <property name="whatsThis"> <string><b>Git Diff</b><p>This shows the output of the git diff command.</p></string> </property> <property name="lineWrapMode"> - <enum>QTextEdit::NoWrap</enum> + <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="readOnly"> <bool>true</bool> @@ -47,16 +47,13 @@ <property name="tabStopWidth"> <number>8</number> </property> - <property name="acceptRichText"> - <bool>false</bool> - </property> </widget> - <widget class="QTextEdit" name="contents2"> + <widget class="QPlainTextEdit" name="contents2"> <property name="whatsThis"> <string><b>Git Diff</b><p>This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.</p></string> </property> <property name="lineWrapMode"> - <enum>QTextEdit::NoWrap</enum> + <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="readOnly"> <bool>true</bool> @@ -64,9 +61,6 @@ <property name="tabStopWidth"> <number>8</number> </property> - <property name="acceptRichText"> - <bool>false</bool> - </property> </widget> </widget> </item>