Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz844820 - change page size to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Aug 23, 2012
1 parent f9f25bf commit c446522
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public boolean apply(ContentState contentState)
private boolean buttonFuzzy = true;
private boolean buttonUntranslated = true;
private boolean displayButtons = true;
private int pageSize = 5;
private int pageSize = 10;

public boolean isEnterSavesApproved()
{
Expand Down

0 comments on commit c446522

Please sign in to comment.