Skip to content

Commit a933fe1

Browse files
author
timlinux
committed
Use spacer to push arrow and shape props to top of toolbox drawer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12256 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 90f3464 commit a933fe1

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed

src/ui/qgscomposerarrowwidgetbase.ui

+17-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>168</width>
10-
<height>166</height>
9+
<width>273</width>
10+
<height>306</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -24,8 +24,8 @@
2424
<rect>
2525
<x>0</x>
2626
<y>0</y>
27-
<width>150</width>
28-
<height>122</height>
27+
<width>255</width>
28+
<height>256</height>
2929
</rect>
3030
</property>
3131
<attribute name="label">
@@ -60,6 +60,19 @@
6060
</property>
6161
</widget>
6262
</item>
63+
<item row="4" column="0">
64+
<spacer name="verticalSpacer">
65+
<property name="orientation">
66+
<enum>Qt::Vertical</enum>
67+
</property>
68+
<property name="sizeHint" stdset="0">
69+
<size>
70+
<width>20</width>
71+
<height>40</height>
72+
</size>
73+
</property>
74+
</spacer>
75+
</item>
6376
</layout>
6477
</widget>
6578
</widget>

src/ui/qgscomposershapewidgetbase.ui

+17-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>219</width>
10-
<height>236</height>
9+
<width>285</width>
10+
<height>427</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -24,8 +24,8 @@
2424
<rect>
2525
<x>0</x>
2626
<y>0</y>
27-
<width>201</width>
28-
<height>192</height>
27+
<width>267</width>
28+
<height>377</height>
2929
</rect>
3030
</property>
3131
<attribute name="label">
@@ -73,6 +73,19 @@
7373
</property>
7474
</widget>
7575
</item>
76+
<item row="6" column="0">
77+
<spacer name="verticalSpacer">
78+
<property name="orientation">
79+
<enum>Qt::Vertical</enum>
80+
</property>
81+
<property name="sizeHint" stdset="0">
82+
<size>
83+
<width>20</width>
84+
<height>40</height>
85+
</size>
86+
</property>
87+
</spacer>
88+
</item>
7689
</layout>
7790
</widget>
7891
</widget>

0 commit comments

Comments
 (0)