diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-05-24 23:51:19 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-05-25 08:31:03 +0200 |
commit | 81134e446aecbf8cad2faa2e9ba7724d653ef79a (patch) | |
tree | 3914ab894ace21f9ad550e7fa2bd8a5d021e3941 /sd | |
parent | 41750787f39252362f15bf0151f8cdec5298a64f (diff) |
NB draw tabbed add PhotoAlbum
Change-Id: Ieff9c7c7904b19b4202415b860b7a372503f46b6
Reviewed-on: https://gerrit.libreoffice.org/72926
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 67 |
1 files changed, 61 insertions, 6 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index ba54fc69d26a..a7cb55eff579 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -4594,10 +4594,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> @@ -4626,6 +4626,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="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">0</property> + </packing> + </child> + <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-InsertAVMedia"> + <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">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> @@ -4742,7 +4797,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> @@ -4862,7 +4917,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> @@ -4911,7 +4966,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> @@ -5030,7 +5085,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">6</property> + <property name="position">7</property> </packing> </child> </object> |