Skip to content

Commit 7691170

Browse files
forot to allow bulleted lists, small feature
1 parent acc1bf5 commit 7691170

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Interface/Modules/String/NetworkNotes.ui

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
</property>
1616
<layout class="QHBoxLayout" name="horizontalLayout">
1717
<item>
18-
<widget class="QTextEdit" name="networkNotesTextEdit_"/>
18+
<widget class="QTextEdit" name="networkNotesTextEdit_">
19+
<property name="autoFormatting">
20+
<set>QTextEdit::AutoAll</set>
21+
</property>
22+
</widget>
1923
</item>
2024
</layout>
2125
</widget>

0 commit comments

Comments
 (0)