Skip to content

Commit

Permalink
Fix for #6165 - Overlapping widgets in expression builder dialog
Browse files Browse the repository at this point in the history
Reset the top margin of widgets to the default value
  • Loading branch information
m-kuhn committed Jan 28, 2013
1 parent 4cbec18 commit fb63167
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions src/ui/qgsexpressionbuilder.ui
Expand Up @@ -43,7 +43,13 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_6">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
Expand Down Expand Up @@ -113,9 +119,6 @@
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -147,9 +150,6 @@
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -272,9 +272,6 @@
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -472,9 +469,6 @@
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -509,8 +503,6 @@
<header>qgsfilterlineedit.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../../images/images.qrc"/>
</resources>
<resources/>
<connections/>
</ui>

0 comments on commit fb63167

Please sign in to comment.