Merge pull request #30 from ttempe/master

Set add-on editor's font to fixed-width, to make editing Python easier.
This commit is contained in:
Damien Elmes 2012-11-09 21:11:17 -08:00
commit 288cd67d0c

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>606</width>
<height>473</height>
<width>753</width>
<height>475</height>
</rect>
</property>
<property name="windowTitle">
@ -15,7 +15,16 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPlainTextEdit" name="text"/>
<widget class="QPlainTextEdit" name="text">
<property name="font">
<font>
<family>Courier 10 Pitch</family>
</font>
</property>
<property name="plainText">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">