Make HTTP port input field smaller

This commit is contained in:
Janek Bevendorff 2017-02-24 16:27:21 +01:00
parent 492e320628
commit ed085776c7
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -237,6 +237,12 @@
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="httpPort">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="inputMask">
<string notr="true">d0000</string>
</property>