mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
don't wrap lines in debug console
This commit is contained in:
parent
18945dd2fd
commit
d66931359c
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
<height>100</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="lineWrapMode">
|
||||
<enum>QPlainTextEdit::NoWrap</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue