[QGIS Commit] r12256 - trunk/qgis/src/ui
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Nov 25 07:24:33 EST 2009
Author: timlinux
Date: 2009-11-25 07:24:33 -0500 (Wed, 25 Nov 2009)
New Revision: 12256
Modified:
trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui
trunk/qgis/src/ui/qgscomposershapewidgetbase.ui
Log:
Use spacer to push arrow and shape props to top of toolbox drawer
Modified: trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui
===================================================================
--- trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui 2009-11-25 12:16:08 UTC (rev 12255)
+++ trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui 2009-11-25 12:24:33 UTC (rev 12256)
@@ -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>
Modified: trunk/qgis/src/ui/qgscomposershapewidgetbase.ui
===================================================================
--- trunk/qgis/src/ui/qgscomposershapewidgetbase.ui 2009-11-25 12:16:08 UTC (rev 12255)
+++ trunk/qgis/src/ui/qgscomposershapewidgetbase.ui 2009-11-25 12:24:33 UTC (rev 12256)
@@ -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>
More information about the QGIS-commit
mailing list