Skip to content

Commit 026a061

Browse files
author
timlinux
committed
Saved dialog using qt 4.2.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7885 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2002f68 commit 026a061

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/plugins/quick_print/quickprintguibase.ui

+16-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<x>0</x>
77
<y>0</y>
88
<width>419</width>
9-
<height>477</height>
9+
<height>443</height>
1010
</rect>
1111
</property>
1212
<property name="windowTitle" >
@@ -16,10 +16,18 @@
1616
<iconset resource="quickprint.qrc" >:/quickprint/quickprint.png</iconset>
1717
</property>
1818
<layout class="QGridLayout" >
19+
<property name="margin" >
20+
<number>11</number>
21+
</property>
22+
<property name="spacing" >
23+
<number>6</number>
24+
</property>
1925
<item row="0" column="0" >
2026
<widget class="QLabel" name="txtHeading" >
2127
<property name="sizePolicy" >
22-
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
28+
<sizepolicy>
29+
<hsizetype>0</hsizetype>
30+
<vsizetype>0</vsizetype>
2331
<horstretch>0</horstretch>
2432
<verstretch>0</verstretch>
2533
</sizepolicy>
@@ -88,6 +96,12 @@
8896
<string>Output</string>
8997
</property>
9098
<layout class="QGridLayout" >
99+
<property name="margin" >
100+
<number>11</number>
101+
</property>
102+
<property name="spacing" >
103+
<number>6</number>
104+
</property>
91105
<item row="0" column="0" >
92106
<widget class="QRadioButton" name="radUseIncrementedFileName" >
93107
<property name="text" >

0 commit comments

Comments
 (0)