[Fix #13] Font for price dialog increased

This commit is contained in:
Martin Brodbeck 2019-02-25 09:56:55 +01:00
parent 32da117468
commit e5c66463c3
1 changed files with 24 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>201</width>
<height>127</height>
<width>266</width>
<height>128</height>
</rect>
</property>
<property name="windowTitle">
@ -18,6 +18,11 @@
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Preis</string>
</property>
@ -28,6 +33,11 @@
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="priceSpinBox">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="minimum">
<double>-999.990000000000009</double>
</property>
@ -51,6 +61,18 @@
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="descEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="placeholderText">
<string>(optional)</string>
</property>