mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Use the RDF pane's mode to create the RDF Pane accordingly
This commit is contained in:
parent
9869f0fa6c
commit
cbe3a1cc8f
@ -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…
Reference in New Issue
Block a user