diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-14 11:56:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-14 14:27:49 +0100 |
commit | 03782946065d8a31808f1dab9bc848d349d623f1 (patch) | |
tree | c9dfb0e446ded4bf873994631d4cb0019277eae4 | |
parent | bf46b46a1d734348096936284fb8a76e977936d0 (diff) |
enable column search for welded treeviews
Change-Id: I017dc2e5270d86b2168faf3f9240eeded1fc3533
Reviewed-on: https://gerrit.libreoffice.org/51272
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sfx2/uiconfig/ui/loadtemplatedialog.ui | 4 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/saveastemplatedlg.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/autoformattable.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/inserttable.ui | 1 |
4 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/uiconfig/ui/loadtemplatedialog.ui b/sfx2/uiconfig/ui/loadtemplatedialog.ui index e33497f2f6d6..d2b258c8e110 100644 --- a/sfx2/uiconfig/ui/loadtemplatedialog.ui +++ b/sfx2/uiconfig/ui/loadtemplatedialog.ui @@ -136,7 +136,7 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> - <property name="enable_search">False</property> + <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection1"/> @@ -203,7 +203,7 @@ <property name="model">liststore2</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> - <property name="enable_search">False</property> + <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection2"/> diff --git a/sfx2/uiconfig/ui/saveastemplatedlg.ui b/sfx2/uiconfig/ui/saveastemplatedlg.ui index ac58199f808a..1e1dd0e4e4dd 100644 --- a/sfx2/uiconfig/ui/saveastemplatedlg.ui +++ b/sfx2/uiconfig/ui/saveastemplatedlg.ui @@ -178,7 +178,7 @@ <property name="model">categorylist</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> - <property name="enable_search">False</property> + <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection1"/> diff --git a/sw/uiconfig/swriter/ui/autoformattable.ui b/sw/uiconfig/swriter/ui/autoformattable.ui index f1c785e89968..1d9a6eb4f8be 100644 --- a/sw/uiconfig/swriter/ui/autoformattable.ui +++ b/sw/uiconfig/swriter/ui/autoformattable.ui @@ -137,7 +137,7 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> - <property name="enable_search">False</property> + <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection1"/> diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index a670ca54f60e..2e62b425de29 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -388,7 +388,6 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> - <property name="enable_search">False</property> <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> |