Skip to content

Commit

Permalink
[composer] Item widget layout tweaks for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 1, 2014
1 parent 5b7d39a commit 0a26099
Show file tree
Hide file tree
Showing 10 changed files with 770 additions and 616 deletions.
18 changes: 12 additions & 6 deletions src/ui/qgscomposerarrowwidgetbase.ui 100644 → 100755
Expand Up @@ -17,7 +17,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -47,7 +56,7 @@
<x>0</x>
<y>0</y>
<width>332</width>
<height>360</height>
<height>364</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -84,10 +93,7 @@
<property name="collapsed" stdset="0">
<bool>false</bool>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
Expand Down

0 comments on commit 0a26099

Please sign in to comment.