Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Stadnik committed Mar 23, 2012
1 parent 1f4f955 commit df466b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions BADemo/BAGroupedPageControlViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ - (void)viewDidLoad {

_pcl.numberOfPages = 5;
_pcl.pagesPerGroup = 0;
_pcl.alignment = BAGroupedPageControlAlignmentLeft;
_pcl.alignment = BAPageControlAlignmentLeft;
_pcl.inset = 10;

_pcr.numberOfPages = 5;
_pcr.pagesPerGroup = 0;
_pcr.alignment = BAGroupedPageControlAlignmentRight;
_pcr.alignment = BAPageControlAlignmentRight;
_pcr.inset = 10;

_pc1.numberOfPages = 15;
Expand Down
2 changes: 1 addition & 1 deletion BaseAppKit

0 comments on commit df466b3

Please sign in to comment.