Skip to content

Commit

Permalink
Impress: Notebookbar: Home tab: Add ui separators in between groups
Browse files Browse the repository at this point in the history
Similar to:
5c78dda

Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: I8c309ce20d6294e8b7a0bfd400877845bad1bda0
  • Loading branch information
pedropintosilva committed Jan 30, 2025
1 parent 4549a51 commit 99c28f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions browser/src/control/Control.NotebookbarImpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-undoredo-break', orientation: 'vertical' },
{
'id': 'home-paste:PasteMenu',
'type': 'menubutton',
Expand Down Expand Up @@ -598,6 +599,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-resertattributes-break', orientation: 'vertical' },
{
'type': 'container',
'children': [
Expand Down Expand Up @@ -726,13 +728,15 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-fontcombobox-break', orientation: 'vertical' },
{
'id': 'home-insert-annotation',
'type': 'bigtoolitem',
'text': _UNO('.uno:InsertAnnotation'),
'command': '.uno:InsertAnnotation',
'accessibility': { focusBack: false, combination: 'ZC', de: 'ZC' }
},
{ type: 'separator', id: 'home-insertannotation-break', orientation: 'vertical' },
{
'type': 'container',
'children': [
Expand Down Expand Up @@ -840,6 +844,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-linespacingmenu-break', orientation: 'vertical' },
{
'type': 'container',
'children': [
Expand Down Expand Up @@ -901,13 +906,15 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-fillcolormenu-break', orientation: 'vertical' },
{
'id': 'home-text',
'type': 'bigtoolitem',
'text': _UNO('.uno:Text'),
'command': '.uno:Text',
'accessibility': { focusBack: true, combination: 'TI', de: null }
},
{ type: 'separator', id: 'home-inserttext-break', orientation: 'vertical' },
{
'type': 'container',
'children': [
Expand Down Expand Up @@ -995,6 +1002,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-insertobjectchart-break', orientation: 'vertical' },
{
'id': 'home-presentation',
'class': 'unoPresentation',
Expand All @@ -1003,6 +1011,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
'command': 'presentation',
'accessibility': { focusBack: true, combination: 'PT', de: null }
},
{ type: 'separator', id: 'home-presentation-break', orientation: 'vertical' },
{
'type': 'container',
'children': [
Expand Down

0 comments on commit 99c28f8

Please sign in to comment.