Removed word wrapping from the log

knobtest
Elliott Liggett 2022-09-14 18:35:45 -07:00
rodzic 73b9c88e5e
commit 42e3ee444d
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,12 @@
<family>Ubuntu Mono</family>
</font>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>