some size tweaks

This commit is contained in:
Sanj 2011-04-11 04:38:18 +05:30
parent 08e4a34f20
commit 98b3217767
2 changed files with 4 additions and 6 deletions

View File

@ -42,7 +42,7 @@ Ox.ItfPanel = function(panelData, displayed) {
var box = new Ox.ItfBox(t);
items.push({
'element': box,
'size': 512
'size': 333
});
}
var that = new Ox.SplitPanel({

View File

@ -123,14 +123,12 @@ BEGIN mainPanel
resize: [0, 128, 256, 384]
}, */
{
element: app.construct.middlePanel(pageData)
// resizable: true
element: app.construct.middlePanel(pageData),
size: 1000,
resizable: true
},
{
element: app.construct.rightPanel(),
size: 256,
resizable: true,
resize: [0, 128, 256, 384]
}
]
});