diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-09 09:27:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-09 13:30:44 +0200 |
commit | 066d70da9391b43e9586736812b1064028aa53fc (patch) | |
tree | ad6f8e14a5f7b00199e2f85b60cff8e50f52d02d /sc/uiconfig | |
parent | 341cc5bfa06e895f091523bbf8c159ca626b6f1a (diff) |
Resolves: tdf#133780 allow sorting search result treeview columns
Change-Id: I7d5b1ffdaf99fd2e28dfd124db0fbbd4036e2dd6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95896
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/searchresults.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/searchresults.ui b/sc/uiconfig/scalc/ui/searchresults.ui index cb8fbaf44e7e..ca56a9950a7f 100644 --- a/sc/uiconfig/scalc/ui/searchresults.ui +++ b/sc/uiconfig/scalc/ui/searchresults.ui @@ -100,6 +100,7 @@ <property name="resizable">True</property> <property name="spacing">6</property> <property name="title" translatable="yes" context="searchresults|sheet">Sheet</property> + <property name="clickable">True</property> <child> <object class="GtkCellRendererText" id="cellrenderer1"/> <attributes> @@ -113,6 +114,7 @@ <property name="resizable">True</property> <property name="spacing">6</property> <property name="title" translatable="yes" context="searchresults|cell">Cell</property> + <property name="clickable">True</property> <child> <object class="GtkCellRendererText" id="cellrenderer2"/> <attributes> @@ -126,6 +128,7 @@ <property name="resizable">True</property> <property name="spacing">6</property> <property name="title" translatable="yes" context="searchresults|content">Content</property> + <property name="clickable">True</property> <child> <object class="GtkCellRendererText" id="cellrenderer3"/> <attributes> |