We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f68e47 commit cc55f21Copy full SHA for cc55f21
nativescript-slides.ts
@@ -492,7 +492,7 @@ export class SlideContainer extends AbsoluteLayout {
492
493
AbsoluteLayout.setTop(footerInnerWrap, 0);
494
495
-
+ footerInnerWrap.orientation = 'horizontal';
496
footerInnerWrap.width = this.pageWidth / 2;
497
498
let index = 0;
@@ -503,7 +503,6 @@ export class SlideContainer extends AbsoluteLayout {
503
504
let pageIndicatorsLeftOffset = this.pageWidth / 4;
505
AbsoluteLayout.setLeft(footerInnerWrap, pageIndicatorsLeftOffset);
506
507
footerInnerWrap.marginTop = <any>this._pagerOffset;
508
509
return footerInnerWrap;
0 commit comments