Skip to content

Commit

Permalink
Use spacer to push arrow and shape props to top of toolbox drawer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12256 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 25, 2009
1 parent f639323 commit 578405b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
21 changes: 17 additions & 4 deletions src/ui/qgscomposerarrowwidgetbase.ui
Expand Up @@ -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">
Expand All @@ -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">
Expand Down Expand Up @@ -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>
Expand Down
21 changes: 17 additions & 4 deletions src/ui/qgscomposershapewidgetbase.ui
Expand Up @@ -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">
Expand All @@ -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">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 578405b

Please sign in to comment.