Skip to content

Commit

Permalink
Update UI spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Oct 16, 2011
1 parent 7f5e1c8 commit 02123fb
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions src/ui/qgsexpressionbuilder.ui
Expand Up @@ -249,6 +249,18 @@
<property name="toolTip">
<string>Output preview is generated &lt;br&gt; using the first feature from the layer.</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -398,7 +410,16 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
Expand All @@ -424,7 +445,7 @@
<x>0</x>
<y>0</y>
<width>287</width>
<height>141</height>
<height>138</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
Expand Down

0 comments on commit 02123fb

Please sign in to comment.