mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-14 15:59:18 -05:00
EditDialog: Use Monospace font in text editor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user