diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-02-12 14:22:18 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-02-13 10:25:21 +0100 |
commit | 8daffb60dd2863878bb04317ca2849d76df01f4b (patch) | |
tree | 46fad4c361dbe31e245c79e3eabbb33ffb54fa1a /sw/uiconfig | |
parent | d92463c88a557eea7a439def39659b1409772583 (diff) |
tdf#45589 sw: fix Formatting Aids options page for Writer/Web
The pre-existing problem of the lone "tab" label was compounded by the
new bookmark label.
There is no Insert->Bookmark in Writer/Web so i guess the Bookmark
checkbox shouldn't be shown.
Change-Id: I5a2348599562bb20d7a8de916d0268a133771a0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88535
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/optformataidspage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui index bba4dae11076..13434e4fee43 100644 --- a/sw/uiconfig/swriter/ui/optformataidspage.ui +++ b/sw/uiconfig/swriter/ui/optformataidspage.ui @@ -185,7 +185,7 @@ </packing> </child> <child> - <object class="GtkLabel"> + <object class="GtkLabel" id="tabs_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">→</property> @@ -207,7 +207,7 @@ </packing> </child> <child> - <object class="GtkLabel"> + <object class="GtkLabel" id="bookmarks_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">| [ ]</property> |