Set some properties on font size spinboxes

This commit is contained in:
Jonas Kvinge 2020-04-28 20:56:35 +02:00
parent 80697f8f30
commit 6346370e86
1 changed files with 35 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
<height>774</height>
<height>780</height>
</rect>
</property>
<property name="windowTitle">
@ -230,7 +230,23 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="font_size_headline"/>
<widget class="QDoubleSpinBox" name="font_size_headline">
<property name="suffix">
<string> pt</string>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>2.000000000000000</double>
</property>
<property name="maximum">
<double>50.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QFontComboBox" name="font_headline"/>
@ -276,7 +292,23 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="font_size_normal"/>
<widget class="QDoubleSpinBox" name="font_size_normal">
<property name="suffix">
<string> pt</string>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>2.000000000000000</double>
</property>
<property name="maximum">
<double>50.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_1_preview_2">