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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>606</width> <width>753</width>
<height>473</height> <height>475</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -15,7 +15,16 @@
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <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>
<item> <item>
<widget class="QDialogButtonBox" name="buttonBox"> <widget class="QDialogButtonBox" name="buttonBox">