Update designer/editaddon.ui

Set add-on editor's font to fixed-width, to make editing Python easier.

Also, the window's width has been increased to accomodate 82 characters in width.
This commit is contained in:
Thomas TEMPÉ 2012-11-10 12:59:40 +08:00
parent 60136bb7e2
commit 028f9edc2c

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">