Navigation Menu

Skip to content

Commit

Permalink
Reduce margins on field calc bar
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 25, 2014
1 parent 439065d commit 16e5d1c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/ui/qgsattributetabledialog.ui
Expand Up @@ -547,9 +547,18 @@
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
<widget class="QComboBox" name="mFieldCombo"/>
</item>
Expand All @@ -570,7 +579,7 @@
<item>
<widget class="QLineEdit" name="mUpdateExpressionText">
<property name="placeholderText">
<string>update expression...</string>
<string>[update field expression]</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 16e5d1c

Please sign in to comment.