We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d07d99 + 420280c commit eb02fadCopy full SHA for eb02fad
src/framework/components/layout-group/component.js
@@ -43,8 +43,8 @@ pc.extend(pc, function () {
43
var LayoutGroupComponent = function LayoutGroupComponent(system, entity) {
44
this._orientation = pc.ORIENTATION_HORIZONTAL;
45
this._reverseX = false;
46
- this._reverseY = false;
47
- this._alignment = new pc.Vec2();
+ this._reverseY = true;
+ this._alignment = new pc.Vec2(0, 1);
48
this._padding = new pc.Vec4();
49
this._spacing = new pc.Vec2();
50
this._widthFitting = pc.FITTING_NONE;
0 commit comments