Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use spacer to push arrow and shape props to top of toolbox drawer
- Loading branch information
Showing
with
34 additions
and
8 deletions.
-
+17
−4
src/ui/qgscomposerarrowwidgetbase.ui
-
+17
−4
src/ui/qgscomposershapewidgetbase.ui
|
@@ -6,8 +6,8 @@ |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>168</width> |
|
|
<height>166</height> |
|
|
<width>273</width> |
|
|
<height>306</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="windowTitle"> |
|
@@ -24,8 +24,8 @@ |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>150</width> |
|
|
<height>122</height> |
|
|
<width>255</width> |
|
|
<height>256</height> |
|
|
</rect> |
|
|
</property> |
|
|
<attribute name="label"> |
|
@@ -60,6 +60,19 @@ |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="4" column="0"> |
|
|
<spacer name="verticalSpacer"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Vertical</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>20</width> |
|
|
<height>40</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</widget> |
|
|
|
@@ -6,8 +6,8 @@ |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>219</width> |
|
|
<height>236</height> |
|
|
<width>285</width> |
|
|
<height>427</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="windowTitle"> |
|
@@ -24,8 +24,8 @@ |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>201</width> |
|
|
<height>192</height> |
|
|
<width>267</width> |
|
|
<height>377</height> |
|
|
</rect> |
|
|
</property> |
|
|
<attribute name="label"> |
|
@@ -73,6 +73,19 @@ |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="6" column="0"> |
|
|
<spacer name="verticalSpacer"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Vertical</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>20</width> |
|
|
<height>40</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</widget> |
|
|