21 changes: 19 additions & 2 deletions src/ui/qgscompositionwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<item row="8" column="0" colspan="2">
<widget class="QCheckBox" name="mPrintAsRasterCheckBox">
<property name="text">
<string>Print as raster</string>
Expand All @@ -256,6 +256,23 @@
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="mGenerateWorldFileCheckBox">
<property name="text">
<string>World file on</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QComboBox" name="mWorldFileMapComboBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -302,7 +319,7 @@
<string> mm</string>
</property>
<property name="minimum">
<double>0.50000000000000</double>
<double>0.500000000000000</double>
</property>
<property name="maximum">
<double>9999.000000000000000</double>
Expand Down