diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-12-08 16:47:01 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-12-10 10:31:42 +0100 |
commit | 9066d04bca1ab0d2348049a2d7c4cb3abe4a5456 (patch) | |
tree | 7bd191ec41587a0903524d43cfd7c5f8d7aec13f /sc/uiconfig | |
parent | 01fea181faf92a3498370460d3db2254da11c3e2 (diff) |
Tabbedbar: add EditDoc command to Review Tab
Change-Id: I37b1397dc8406759ac138921aa9fa6c528f95bc7
Reviewed-on: https://gerrit.libreoffice.org/64827
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
(cherry picked from commit aced039b26168342e8e5527c61daa0ae2abf786d)
Reviewed-on: https://gerrit.libreoffice.org/64841
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 64 |
1 files changed, 61 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index bd8b1a5cba49..2fc30b8453b6 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -7764,7 +7764,7 @@ </packing> </child> <style> - <class name="priority-3"/> + <class name="priority-4"/> </style> </object> <packing> @@ -7833,7 +7833,7 @@ </packing> </child> <style> - <class name="priority-2"/> + <class name="priority-3"/> </style> </object> <packing> @@ -7999,8 +7999,23 @@ <property name="position">2</property> </packing> </child> + <child> + <object class="GtkSeparator" id="separator5"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="margin_top">5</property> + <property name="margin_bottom">5</property> + <property name="orientation">vertical</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="padding">5</property> + <property name="position">3</property> + </packing> + </child> <style> - <class name="priority-1"/> + <class name="priority-2"/> </style> </object> <packing> @@ -8009,6 +8024,49 @@ <property name="position">3</property> </packing> </child> + <child> + <object class="sfxlo-OptionalBox" id="Review-Section-EditDoc"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="vexpand">True</property> + <child> + <object class="sfxlo-NotebookbarToolBox" id="SectionBottom94"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="vexpand">True</property> + <property name="toolbar_style">both</property> + <property name="show_arrow">False</property> + <property name="icon_size">3</property> + <child> + <object class="GtkToolButton" id="Review-EditDoc"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:EditDoc</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <style> + <class name="priority-1"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> </object> <packing> <property name="expand">True</property> |