eric6/MicroPython/MicroPythonReplWidget.ui

branch
micropython
changeset 7069
a09a30251d4e
parent 7059
a8fad276cbd5
child 7082
ec199ef0cfc6
--- a/eric6/MicroPython/MicroPythonReplWidget.ui	Sat Jul 20 14:46:15 2019 +0200
+++ b/eric6/MicroPython/MicroPythonReplWidget.ui	Sat Jul 20 14:47:24 2019 +0200
@@ -145,7 +145,17 @@
     </layout>
    </item>
    <item>
-    <widget class="QTextEdit" name="replEdit"/>
+    <widget class="QTextEdit" name="replEdit">
+     <property name="undoRedoEnabled">
+      <bool>false</bool>
+     </property>
+     <property name="lineWrapMode">
+      <enum>QTextEdit::NoWrap</enum>
+     </property>
+     <property name="acceptRichText">
+      <bool>false</bool>
+     </property>
+    </widget>
    </item>
    <item>
     <widget class="QLabel" name="statusLabel"/>

eric ide

mercurial