Skip to content

Commit

Permalink
Merge branch 'margins'
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jul 6, 2011
2 parents d56e4e9 + 97d477b commit 9de321c
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 9de321c

Please sign in to comment.