diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-12-14 22:12:43 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-12-15 08:42:22 +0100 |
commit | 82c579fffe177c382276746d013556aa6ef910ce (patch) | |
tree | 33444edaeda0ea1208648df0a773667bb3d46450 /sw/uiconfig | |
parent | 582f8d35471a121ac92e5552ef77d9f430941ae7 (diff) |
NB groupedbar compact extension support
Change-Id: Iae7d2be29a393bacf40996aa9fb021b84c7284cd
Reviewed-on: https://gerrit.libreoffice.org/85155
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui | 81 |
1 files changed, 53 insertions, 28 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui index 2c42045e489c..206a86f0e881 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui @@ -5041,7 +5041,7 @@ </packing> </child> <style> - <class name="priority-2"/> + <class name="priority-1"/> </style> </object> <packing> @@ -5051,26 +5051,48 @@ </packing> </child> <child> - <object class="GtkBox" id="ExtensionSection1"> + <object class="sfxlo-OptionalBox" id="Default-Section-Extension"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> + <property name="baseline_position">bottom</property> <child> - <object class="GtkBox" id="ExtensionSection2"> + <object class="GtkSeparator" id="separator47"> <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">0</property> + </packing> + </child> + <child> + <object class="GtkBox" id="Section54"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> <child> - <placeholder/> - </child> - <child> - <object class="sfxlo-NotebookbarToolBox" id="ExtensionSectionToolBox1"> + <object class="sfxlo-NotebookbarToolBox" id="SectionBottom58"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="halign">end</property> - <property name="hexpand">True</property> + <property name="can_focus">False</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> <child> + <object class="GtkToolButton" id="Default-PackageManagerDialog"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">service:com.sun.star.deployment.ui.PackageManagerDialog</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> <object class="NotebookBarAddonsToolMergePoint" id="AddonCommand"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -5084,6 +5106,23 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="svtlo-ManagedMenuButton" id="Extension-ExtensionButton:Menu Addons"> + <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|ExtensionMenuButton">E_xtension</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="focus_on_click">False</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="relief">none</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> <property name="position">1</property> </packing> </child> @@ -5091,26 +5130,12 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="svtlo-ManagedMenuButton" id="Extension-ExtensionButton:Menu Addons"> - <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|ExtensionMenuButton">E_xtension</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="focus_on_click">False</property> - <property name="receives_default">False</property> - <property name="halign">start</property> - <property name="relief">none</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> <property name="position">1</property> </packing> </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> |