Skip to content

Commit

Permalink
Drop margins on expression builder
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jan 27, 2014
1 parent d876ea2 commit 578a83a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ui/qgsexpressionbuilder.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
Expand Down
7 changes: 5 additions & 2 deletions src/ui/qgsexpressionbuilderdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
<rect>
<x>0</x>
<y>0</y>
<width>625</width>
<height>554</height>
<width>507</width>
<height>539</height>
</rect>
</property>
<property name="windowTitle">
<string>Expression string builder</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>3</number>
</property>
<item row="0" column="0">
<widget class="QgsExpressionBuilderWidget" name="builder" native="true">
<property name="autoFillBackground">
Expand Down
3 changes: 3 additions & 0 deletions src/ui/qgsexpressionselectiondialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<string>Select By Expression</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>3</number>
</property>
<item row="1" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
Expand Down

0 comments on commit 578a83a

Please sign in to comment.