Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a little more white space to the left of the gps dock for a more …
…balanced look.

git-svn-id: http://svn.osgeo.org/qgis/trunk@12719 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 9, 2010
1 parent 76216fc commit 6d7b7b9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/ui/qgsgpsinformationwidgetbase.ui
Expand Up @@ -6,15 +6,24 @@
<rect>
<x>0</x>
<y>0</y>
<width>249</width>
<width>273</width>
<height>331</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<property name="margin">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
Expand Down Expand Up @@ -273,9 +282,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-233</y>
<width>226</width>
<height>531</height>
<y>0</y>
<width>190</width>
<height>532</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_7">
Expand Down

0 comments on commit 6d7b7b9

Please sign in to comment.