Skip to content

Commit b407704

Browse files
committed
EditDialog: Use Monospace font in text editor
1 parent f246ddd commit b407704

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/EditDialog.ui

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
</item>
101101
<item>
102102
<widget class="QTextEdit" name="editorText">
103+
<property name="font">
104+
<font>
105+
<family>Monospace</family>
106+
</font>
107+
</property>
103108
<property name="whatsThis">
104109
<string>This area displays information about the data present in this database cell</string>
105110
</property>

0 commit comments

Comments
 (0)