diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-05-24 23:55:23 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-05-25 08:31:17 +0200 |
commit | c89a9402cba4a9a05bc2668c5725b68687d8e82c (patch) | |
tree | b12c28a866311f30560d46c896f1d13f4541e26c /sd/uiconfig | |
parent | 81134e446aecbf8cad2faa2e9ba7724d653ef79a (diff) |
tdf#125326 NB tabbed impress insert tab add photo album command
Change-Id: Ia9adea465427a492ed0062c28e3e6dc09cc77673
Reviewed-on: https://gerrit.libreoffice.org/72927
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 98 |
1 files changed, 63 insertions, 35 deletions
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index 2809dbfb69f1..1261e32594ec 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -4692,33 +4692,6 @@ </packing> </child> <child> - <object class="sfxlo-NotebookbarToolBox" id="SectionBottom81"> - <property name="visible">True</property> - <property name="can_focus">True</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="Insert-PresentationLayout"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:PresentationLayout</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> - <child> <object class="GtkSeparator" id="separator11"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -4926,10 +4899,10 @@ <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> - <object class="GtkToolButton" id="Insert-InsertAVMedia"> + <object class="GtkToolButton" id="Insert-PhotoAlbumDialog"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:InsertAVMedia</property> + <property name="action_name">.uno:PhotoAlbumDialog</property> </object> <packing> <property name="expand">False</property> @@ -4973,6 +4946,61 @@ </packing> </child> <child> + <object class="sfxlo-OptionalBox" id="Insert-Section-Media"> + <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="SectionBottom103"> + <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="Insert-InsertAVMedia1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:InsertAVMedia</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">0</property> + </packing> + </child> + <child> + <object class="GtkSeparator" id="separator49"> + <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">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> <object class="sfxlo-OptionalBox" id="Insert-Section-Hyperlink"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -5089,7 +5117,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> <child> @@ -5138,7 +5166,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">5</property> </packing> </child> <child> @@ -5223,7 +5251,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">5</property> + <property name="position">6</property> </packing> </child> <child> @@ -5381,7 +5409,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">6</property> + <property name="position">7</property> </packing> </child> <child> @@ -5535,7 +5563,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">7</property> + <property name="position">8</property> </packing> </child> <child> @@ -5639,7 +5667,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">8</property> + <property name="position">9</property> </packing> </child> </object> |