EditDialog: Use Monospace font in text editor

This commit is contained in:
Martin Kleusberg
2014-06-12 18:51:23 +02:00
parent f246ddde1e
commit b407704959
+5
View File
@@ -100,6 +100,11 @@
</item>
<item>
<widget class="QTextEdit" name="editorText">
<property name="font">
<font>
<family>Monospace</family>
</font>
</property>
<property name="whatsThis">
<string>This area displays information about the data present in this database cell</string>
</property>