We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc1bf5 commit 7691170Copy full SHA for 7691170
src/Interface/Modules/String/NetworkNotes.ui
@@ -15,7 +15,11 @@
15
</property>
16
<layout class="QHBoxLayout" name="horizontalLayout">
17
<item>
18
- <widget class="QTextEdit" name="networkNotesTextEdit_"/>
+ <widget class="QTextEdit" name="networkNotesTextEdit_">
19
+ <property name="autoFormatting">
20
+ <set>QTextEdit::AutoAll</set>
21
+ </property>
22
+ </widget>
23
</item>
24
</layout>
25
</widget>
0 commit comments