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

View File

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