Use the RDF pane's mode to create the RDF Pane accordingly
git-svn-id: svn://10.0.0.236/trunk@12315 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5387d5abd7
commit
c172e24b7d
@ -438,12 +438,13 @@ XFE_NavCenterView::createSelectorBar()
|
||||
void
|
||||
XFE_NavCenterView::createTree()
|
||||
{
|
||||
|
||||
_rdftree = new XFE_RDFChromeTreeView(this, getBaseWidget(),
|
||||
this, m_contextData);
|
||||
this, _isStandalone ? RDF_PANE_STANDALONE : RDF_PANE_DOCKED, m_contextData);
|
||||
|
||||
_rdftree->setStandAloneState(_isStandalone);
|
||||
|
||||
_rdftree->setHtmlPaneHeightPercent(50);
|
||||
|
||||
// _rdftree->setHtmlPaneHeightPercent(50);
|
||||
|
||||
// _rdftree->setHtmlPaneHeightFixed(100);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user