Skip to content

Commit

Permalink
Decreased spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
basimkhajwal committed May 2, 2016
1 parent f0ee6cc commit 6b26eb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ public void resize(int width, int height) {
viewport.getCamera().unproject(tmp);
starCount.setPosition(tmp.x - starCount.getMinWidth() - 2, tmp.y - starCount.getMinHeight() - 2);

//Space pages so only one can be seen at a time
pagedScrollPane.setPageSpacing(width / 2);
//Space pages
pagedScrollPane.setPageSpacing(width / 4);
}

@Override
Expand Down

0 comments on commit 6b26eb4

Please sign in to comment.