Skip to content

Commit

Permalink
[composer] Make html items more aggresive in choosing page break loca…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
nyalldawson committed Apr 30, 2014
1 parent ac5e92c commit 79ab952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerhtml.cpp
Expand Up @@ -177,7 +177,7 @@ double QgsComposerHtml::findNearbyPageBreak( double yPos )
return yPos;
}

int maxSearchDistance = 200;
int maxSearchDistance = 100;

//loop through all lines just before ideal break location, up to max distance
//of maxSearchDistance
Expand Down

0 comments on commit 79ab952

Please sign in to comment.