Skip to content

Commit

Permalink
Tweak margins on attribute table
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Apr 12, 2013
1 parent 1a723b4 commit a290fa2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -22,9 +22,15 @@
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="mToggleEditingButton">
<property name="toolTip">
Expand Down Expand Up @@ -425,9 +431,15 @@
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
<widget class="QToolButton" name="mFilterButton">
<property name="toolTip">
Expand Down

0 comments on commit a290fa2

Please sign in to comment.