"tabbedpanel" panel of the result is different in AE12.2 and AE13.2
In AfterEffects CC(12.2) and CC2014(13.2), it comes out is a difference in the appearance of when I create a tab in the Panel object.
The test I have done in the Mac OSX 10.9.5.
TestScript
var winObj = new Window("palette","sample",[100,50,400,250]);
var tpObj = winObj.add("tabbedpanel",[20,20,280,180],"sample");
tpObj.add("tab",[0,0,0,0],"Tab1");
tpObj.add("tab",[0,0,0,0],"Tab1");
tpObj.add("tab",[0,0,0,0],"Tab1");
winObj.show();
result in AE 12.2

result in AE 13.2

Who AE13.2 display is now extremely small.
I'd like to the same result as AE12.2, What can I do?
