diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 20:23:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 10:25:08 +0100 |
commit | 6efe229c46ac9d66a141e36647aecaa7adaaa790 (patch) | |
tree | d727ed3a09b58408b2d58250055846c7414c4597 /sw/uiconfig | |
parent | fc7a485b7e1c460a7b2e7aa2f1db28873cabda3c (diff) |
can replace SwNavHelpToolBox with basic ToolBox now
Change-Id: Ifcbba2b306e5c89fa970aa101df85d1b259c608d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86885
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/navigatorpanel.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui index 1d3537ab660e..d82314958905 100644 --- a/sw/uiconfig/swriter/ui/navigatorpanel.ui +++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui @@ -23,7 +23,7 @@ <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> - <object class="swlo-SwNavHelpToolBox" id="content"> + <object class="GtkToolbar" id="content"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="toolbar_style">icons</property> |