diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-11-28 13:16:23 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-11-28 21:07:20 +0100 |
commit | 2c154667ff257a9aaec2baa386cec7b9e129132d (patch) | |
tree | cb2b14e849bcdf0982874ed1832e3a6604545046 /sd | |
parent | e0ac72a1b714adc8f2ed8a721a8c0c1894d183e2 (diff) |
tdf#121581 change organize dialoogs to organize macro
add missing colibre icons
improve layout for large icons
Change-Id: Id9d003b945654f958ec43d530083e2070d4b580e
Reviewed-on: https://gerrit.libreoffice.org/64159
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index 4f315a0e39b6..e2d7495e975c 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -13307,10 +13307,10 @@ <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> - <object class="GtkToolButton" id="Tools-MacroOrganizer"> + <object class="GtkToolButton" id="Tools-ScriptOrganizer"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:MacroOrganizer?TabId:short=1</property> + <property name="action_name">.uno:ScriptOrganizer</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 97c23ade6fa9..1d218b9e493c 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -13308,10 +13308,10 @@ <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> - <object class="GtkToolButton" id="Tools-MacroOrganizer"> + <object class="GtkToolButton" id="Tools-ScriptOrganizer"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:MacroOrganizer?TabId:short=1</property> + <property name="action_name">.uno:ScriptOrganizer</property> </object> <packing> <property name="expand">False</property> |