navigator: add to view tab
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: If1944865072c091e4ece5fb772c26eb69a371a63
This commit is contained in:
parent
19d50ddc1c
commit
3e7bdafdbe
3 changed files with 18 additions and 8 deletions
|
@ -1053,7 +1053,12 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
|
|||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Sidebar'),
|
||||
'command': '.uno:Sidebar'
|
||||
}
|
||||
},
|
||||
{
|
||||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Navigator'),
|
||||
'command': '.uno:Navigator'
|
||||
},
|
||||
];
|
||||
|
||||
return this.getTabPage('View', content);
|
||||
|
|
|
@ -427,7 +427,12 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
|||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Sidebar'),
|
||||
'command': '.uno:Sidebar'
|
||||
}
|
||||
},
|
||||
{
|
||||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Navigator'),
|
||||
'command': '.uno:Navigator'
|
||||
},
|
||||
];
|
||||
|
||||
return this.getTabPage('View', content);
|
||||
|
@ -1168,11 +1173,6 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
|||
'text': _UNO('.uno:MasterSlidesPanel', 'presentation'),
|
||||
'command': '.uno:MasterSlidesPanel'
|
||||
},
|
||||
{
|
||||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Navigator'),
|
||||
'command': '.uno:Navigator'
|
||||
},
|
||||
{
|
||||
'type': 'container',
|
||||
'children': [
|
||||
|
|
|
@ -1150,7 +1150,12 @@ L.Control.NotebookbarWriter = L.Control.Notebookbar.extend({
|
|||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Sidebar'),
|
||||
'command': '.uno:Sidebar'
|
||||
}
|
||||
},
|
||||
{
|
||||
'type': 'bigtoolitem',
|
||||
'text': _UNO('.uno:Navigator'),
|
||||
'command': '.uno:Navigator'
|
||||
},
|
||||
];
|
||||
|
||||
return this.getTabPage('View', content);
|
||||
|
|
Loading…
Reference in a new issue