Skip to content

Commit

Permalink
[composer] Default to 30 visible rows for table items, increase maxim…
Browse files Browse the repository at this point in the history
…um number of rows to 99999 (fix #11284)
  • Loading branch information
nyalldawson committed Sep 29, 2014
1 parent b43a1e0 commit 6fb7ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerattributetablev2.cpp
Expand Up @@ -103,7 +103,7 @@ QgsComposerAttributeTableV2::QgsComposerAttributeTableV2( QgsComposition* compos
, mVectorLayer( 0 )
, mCurrentAtlasLayer( 0 )
, mComposerMap( 0 )
, mMaximumNumberOfFeatures( 5 )
, mMaximumNumberOfFeatures( 30 )
, mShowUniqueRowsOnly( false )
, mShowOnlyVisibleFeatures( false )
, mFilterToAtlasIntersection( false )
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgscomposerattributetablewidgetbase.ui
Expand Up @@ -45,7 +45,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-340</y>
<y>0</y>
<width>392</width>
<height>1132</height>
</rect>
Expand Down Expand Up @@ -154,7 +154,7 @@
<item row="0" column="1">
<widget class="QSpinBox" name="mMaximumRowsSpinBox">
<property name="maximum">
<number>999</number>
<number>99999</number>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6fb7ba2

Please sign in to comment.