Skip to content

Commit cc55f21

Browse files
committed
fixes indicators not aligning correctly.
1 parent 1f68e47 commit cc55f21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nativescript-slides.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export class SlideContainer extends AbsoluteLayout {
492492

493493
AbsoluteLayout.setTop(footerInnerWrap, 0);
494494

495-
495+
footerInnerWrap.orientation = 'horizontal';
496496
footerInnerWrap.width = this.pageWidth / 2;
497497

498498
let index = 0;
@@ -503,7 +503,6 @@ export class SlideContainer extends AbsoluteLayout {
503503

504504
let pageIndicatorsLeftOffset = this.pageWidth / 4;
505505
AbsoluteLayout.setLeft(footerInnerWrap, pageIndicatorsLeftOffset);
506-
507506
footerInnerWrap.marginTop = <any>this._pagerOffset;
508507

509508
return footerInnerWrap;

0 commit comments

Comments
 (0)