diff options
author | Jim Raykowski <raykowj@gmail.com> | 2021-09-16 21:02:44 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2021-09-29 08:57:00 +0200 |
commit | 38eb9a0594393e263f57701702974a030d3327de (patch) | |
tree | 52e20b5213436e340aa835b82eff699849b26710 /sw/uiconfig | |
parent | a69987dfd496413792d9bef5cb071615dd7ab375 (diff) |
tdf#144335 SwNavigator: Table tracking option
Adds a check button to the table context menu in the content tree to
turn table tracking on or off.
Change-Id: I787dc2f3e3b465d7f25a9e16b5f5491dc2d933d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122218
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/navigatorcontextmenu.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui b/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui index 8c27c7e07c28..c3a5b64bde47 100644 --- a/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui +++ b/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui @@ -231,6 +231,14 @@ </object> </child> <child> + <object class="GtkCheckMenuItem" id="tabletracking"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="navigatorcontextmenu|STR_TABLE_TRACKING">Table Tracking</property> + <property name="use_underline">True</property> + </object> + </child> + <child> <object class="GtkMenuItem" id="2"> <property name="visible">True</property> <property name="can_focus">False</property> |