The default location of the bar is at the bottom of the screen.
This commit is contained in:
parent
8b4a44be0f
commit
07e75aa9de
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,8 @@
|
||||||
</commandset>
|
</commandset>
|
||||||
|
|
||||||
<vbox id="appcontent">
|
<vbox id="appcontent">
|
||||||
<vbox id="scholar-pane" position="1" persist="height collapsed">
|
<splitter id="scholar-splitter" resizebefore="closest" resizeafter="closest" persist="collapsed"/>
|
||||||
|
<vbox id="scholar-pane" persist="height collapsed">
|
||||||
<popupset>
|
<popupset>
|
||||||
<popup id="scholar-collectionmenu" onpopupshowing="ScholarPane.buildCollectionContextMenu();">
|
<popup id="scholar-collectionmenu" onpopupshowing="ScholarPane.buildCollectionContextMenu();">
|
||||||
<menuitem label="&toolbar.newCollection.label;" command="cmd_scholar_newCollection"/>
|
<menuitem label="&toolbar.newCollection.label;" command="cmd_scholar_newCollection"/>
|
||||||
|
@ -151,7 +152,6 @@
|
||||||
</deck>
|
</deck>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
<splitter id="scholar-splitter" resizebefore="closest" resizeafter="closest" position="2" persist="collapsed"/>
|
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<statusbar id="status-bar">
|
<statusbar id="status-bar">
|
||||||
|
|
Loading…
Reference in a new issue