|
@@ -116,6 +116,8 @@ cc.Class({
|
|
|
|
|
|
if (window.tt != undefined) {
|
|
if (window.tt != undefined) {
|
|
this.grossNode.getComponent(cc.Widget).top = 60;
|
|
this.grossNode.getComponent(cc.Widget).top = 60;
|
|
|
|
+ } else {
|
|
|
|
+ this.grossNode.getComponent(cc.Widget).isAlignVerticalCenter = true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|