some size tweaks
This commit is contained in:
parent
08e4a34f20
commit
98b3217767
|
@ -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({
|
||||
|
|
|
@ -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]
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user