navigator: add to view tab

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: If1944865072c091e4ece5fb772c26eb69a371a63
This commit is contained in:
Szymon Kłos 2023-05-12 10:55:07 +02:00 committed by Szymon Kłos
parent 19d50ddc1c
commit 3e7bdafdbe
3 changed files with 18 additions and 8 deletions

View file

@ -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);

View file

@ -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': [

View file

@ -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);