mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style: formatting and whitespaces (#7840)
This commit is contained in:
committed by
Manol Donev
parent
3b5785146f
commit
dfcbe6c319
@@ -1136,11 +1136,11 @@ export class FlexboxLayout extends FlexboxLayoutBase {
|
||||
if (flexWrap !== FlexWrap.WRAP_REVERSE) {
|
||||
view.layout(left, top + topFromCrossAxis + lp.effectiveMarginTop - lp.effectiveMarginBottom,
|
||||
right, top + topFromCrossAxis + view.getMeasuredHeight() + lp.effectiveMarginTop
|
||||
- lp.effectiveMarginBottom);
|
||||
- lp.effectiveMarginBottom);
|
||||
} else {
|
||||
view.layout(left, top - topFromCrossAxis + lp.effectiveMarginTop - lp.effectiveMarginBottom,
|
||||
right, top - topFromCrossAxis + view.getMeasuredHeight() + lp.effectiveMarginTop
|
||||
- lp.effectiveMarginBottom);
|
||||
- lp.effectiveMarginBottom);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user