Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reduce top and side margins for attribute table dialog
  • Loading branch information
NathanW2 authored and timlinux committed Jul 6, 2011
1 parent 6e85574 commit 5d7ccc4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -14,6 +14,9 @@
<string>Attribute Table</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QgsAttributeTableView" name="mView">
<property name="alternatingRowColors">
Expand All @@ -23,6 +26,12 @@
</item>
<item row="2" column="0">
<layout class="QHBoxLayout">
<property name="leftMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<item>
<widget class="QCheckBox" name="cbxShowSelectedOnly">
<property name="text">
Expand Down Expand Up @@ -93,6 +102,12 @@
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<item>
<widget class="QToolButton" name="mRemoveSelectionButton">
<property name="toolTip">
Expand Down

0 comments on commit 5d7ccc4

Please sign in to comment.