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);
|
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({
|
||||||
|
|
|
@ -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]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user