diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-05-23 17:12:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-05-24 09:55:06 +0200 |
commit | 55557e6cfb828dccb0af56d4886af73a5b46f052 (patch) | |
tree | 4d89a0b83942fa4e050fd15874e123cbf6149839 /svx | |
parent | 4bd3b725cba43c1c2cce2120008d017ac1ebef16 (diff) |
tdf#148168 set built-in gtk search box to search "document name" column
rather than column 0 which is used for icons
Change-Id: Idef015e575fe6a4f76ad0cc67481ca8454a07206
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134830
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/docrecoveryrecoverdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui index b48132a8be6b..982b19bf8bce 100644 --- a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui +++ b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui @@ -139,7 +139,7 @@ <property name="model">liststore1</property> <property name="headers_clickable">False</property> <property name="headers_visible">True</property> - <property name="search_column">0</property> + <property name="search-column">1</property> <property name="show_expanders">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection2"/> |