File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -294,8 +294,6 @@ export class SpeedDial extends SpeedDialItemBase {
294
294
this . prepareItem ( this . _fabMainButton , true ) ;
295
295
this . _fabMainButton . row = 3 ;
296
296
297
- this . _fabsHolder . horizontalAlignment = this . rPosition as HorizontalAlignment ;
298
-
299
297
this . addChild ( this . _fabMainButton ) ;
300
298
this . addChild ( this . _fabsHolder ) ;
301
299
}
@@ -553,6 +551,13 @@ export class SpeedDial extends SpeedDialItemBase {
553
551
this . _fabMainButton . title = value ;
554
552
}
555
553
//@ts -ignore
554
+ get horizontalAlignment ( ) {
555
+ return this . _fabsHolder . horizontalAlignment ;
556
+ }
557
+ set horizontalAlignment ( value ) {
558
+ this . _fabsHolder . horizontalAlignment = value ;
559
+ }
560
+ //@ts -ignore
556
561
// get backgroundColor() {
557
562
// return this._fabMainButton.backgroundColor;
558
563
// }
You can’t perform that action at this time.
0 commit comments