diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-11-10 00:00:41 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-11-10 08:11:09 +0100 |
commit | 77e3cb338f576757fd875bc60952ac22530f6a7a (patch) | |
tree | 1a408a216ead3abb007bb33ad19bd15653a8a486 | |
parent | fee231abbd2cd8f4a71ba2df73eb902a5110cbee (diff) |
Tabbed NB: sync home/text tab
Change-Id: I1d13f22325679f17ddef231991ecb0e199f00c50
Reviewed-on: https://gerrit.libreoffice.org/63223
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 8 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 11 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 1 |
4 files changed, 17 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index e6797979de1d..a5b420099721 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -3137,6 +3137,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> + <property name="margin_left">5</property> <property name="hexpand">True</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index 997f1dc12c0c..afc3345787f7 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -7437,10 +7437,10 @@ </packing> </child> <child> - <object class="GtkToolButton" id="Home-Shadowed"> + <object class="GtkToolButton" id="Home-Strikeout"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:Shadowed</property> + <property name="action_name">.uno:Strikeout</property> </object> <packing> <property name="expand">False</property> @@ -7448,10 +7448,10 @@ </packing> </child> <child> - <object class="GtkToolButton" id="Home-Strikeout"> + <object class="GtkToolButton" id="Home-Shadowed"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:Strikeout</property> + <property name="action_name">.uno:Shadowed</property> </object> <packing> <property name="expand">False</property> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index 8f45b2856f3c..59be0e09ba41 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -3641,6 +3641,17 @@ <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> <child> + <object class="GtkMenuToolButton" id="Home-Spacing"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Spacing</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> <object class="GtkMenuToolButton" id="Home-CharBackColor"> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index d02a2741df8c..ae6c33e27f9e 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -3202,6 +3202,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> + <property name="margin_left">5</property> <property name="hexpand">True</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> |