cui/uiconfig/ui/widgettestdialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5652f3b482708d2766f17fbf18b46cf8dd178ca8 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Feb 20 21:57:50 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Feb 21 18:04:27 2026 +0100 Widget testing treeview has grid/expander set, but is not a tree Change-Id: I7abddc1f39a89e453296c2ddfecc6463a6382d3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199909 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/cui/uiconfig/ui/widgettestdialog.ui b/cui/uiconfig/ui/widgettestdialog.ui index 4fd94ca4d70d..e579e64c5de4 100644 --- a/cui/uiconfig/ui/widgettestdialog.ui +++ b/cui/uiconfig/ui/widgettestdialog.ui @@ -619,7 +619,7 @@ <property name="headers-visible">True</property> <property name="reorderable">True</property> <property name="search-column">1</property> - <property name="enable-tree-lines">True</property> + <property name="show-expanders">False</property> <child> <object class="GtkTreeViewColumn" id="treeviewcolumn0"> <property name="resizable">True</property>
