diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-11-07 16:12:56 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-11-20 16:56:07 +0100 |
commit | f40dc496a511ae06a308dd0859bc3aad28a8ec7e (patch) | |
tree | b8c7e7658f194316dcee6fced0f9a4ae5fed39ab /sd/uiconfig | |
parent | c635271eb17e3b9d50223356dbc09b771fcd643f (diff) |
Resolves tdf#163856 - Disentangle boundaries options
* Boundary toggles removed from app colors
* Object boundaries completely removed (color replaced with
DOCBOUNDARIES; Impress placeholder on/off now an expert option)
* Toggle options added under formatting aids
* Individual UNO commands marked deprecated
* New command added to show all boundaries
* Frames follow sections now in state and color
* Kind of wrapping doesn't matter anmymore
Change-Id: I7bbec20831dcb95abef6523884d84b05a1a7df0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176242
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui | 9 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui index 2c98c6214e1d..99cd512de694 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui @@ -1257,14 +1257,7 @@ <object class="GtkMenuItem" id="MenuGrid-ViewBounds"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:ViewBounds</property> - </object> - </child> - <child> - <object class="GtkMenuItem" id="MenuGrid-TableBoundaries"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:TableBoundaries</property> + <property name="action_name">.uno:ShowBoundaries</property> </object> </child> <child> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui index 4f91bf2a2790..c854c27e1c82 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -1237,14 +1237,7 @@ <object class="GtkMenuItem" id="MenuGrid-ViewBounds"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:ViewBounds</property> - </object> - </child> - <child> - <object class="GtkMenuItem" id="MenuGrid-TableBoundaries"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:TableBoundaries</property> + <property name="action_name">.uno:ShowBoundaries</property> </object> </child> <child> |