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); var box = new Ox.ItfBox(t);
items.push({ items.push({
'element': box, 'element': box,
'size': 512 'size': 333
}); });
} }
var that = new Ox.SplitPanel({ var that = new Ox.SplitPanel({

View File

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