diff options
author | Jim Raykowski <raykowj@gmail.com> | 2024-06-20 17:04:11 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-06-21 18:29:40 +0200 |
commit | c5bbbe987321d8f9e101fab9d67ddbf3d4f8dfca (patch) | |
tree | 1f5962f7fd484b47a58b81fe93463738ab396197 /svx/uiconfig | |
parent | 28438a5b1f1903fe0a69d53f9bba7d3837380b57 (diff) |
tdf#161537 fix Filter Navigator no longer shows the name of the field
Change-Id: I3dae3458ac5795b217743b1e6897345a22f1bf61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169310
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Tested-by: Jenkins
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/filternavigator.ui | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/filternavigator.ui b/svx/uiconfig/ui/filternavigator.ui index 46820867f42e..8999be58f37b 100644 --- a/svx/uiconfig/ui/filternavigator.ui +++ b/svx/uiconfig/ui/filternavigator.ui @@ -4,7 +4,7 @@ <requires lib="gtk+" version="3.20"/> <object class="GtkTreeStore" id="liststore1"> <columns> - <!-- column-name expander --> + <!-- column-name icon --> <column type="GdkPixbuf"/> <!-- column-name text --> <column type="gchararray"/> @@ -43,16 +43,21 @@ <object class="GtkTreeSelection"/> </child> <child> - <object class="GtkTreeViewColumn" id="treeviewcolumn2"> + <object class="GtkTreeViewColumn" id="treeviewcolumn0"> + <property name="visible">False</property> + </object> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn1"> <property name="spacing">6</property> <child> - <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> + <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf"/> <attributes> <attribute name="pixbuf">0</attribute> </attributes> </child> <child> - <object class="GtkCellRendererText" id="cellrenderertext2"> + <object class="GtkCellRendererText" id="cellrenderertext"> <property name="editable">True</property> </object> <attributes> |