Skip to content

Commit

Permalink
[composer] Bump max number of rows for attribute tables to 999
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 11, 2014
1 parent e87d77a commit 1b18c58
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/ui/qgscomposertablewidgetbase.ui
Expand Up @@ -17,7 +17,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -45,7 +54,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-34</y>
<y>0</y>
<width>392</width>
<height>606</height>
</rect>
Expand Down Expand Up @@ -162,7 +171,11 @@
</widget>
</item>
<item row="15" column="1">
<widget class="QSpinBox" name="mMaximumColumnsSpinBox"/>
<widget class="QSpinBox" name="mMaximumColumnsSpinBox">
<property name="maximum">
<number>999</number>
</property>
</widget>
</item>
<item row="17" column="0">
<widget class="QLabel" name="mMarginLabel">
Expand Down

0 comments on commit 1b18c58

Please sign in to comment.