basctl/uiconfig/basicide/ui/defaultlanguage.ui | 1 - dbaccess/uiconfig/ui/tablesjoindialog.ui | 1 - 2 files changed, 2 deletions(-)
New commits: commit 8e851e45b9ec4ca17e2577ada838b80d5228f7ae Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 16:39:58 2026 +0000 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Feb 19 13:53:33 2026 +0100 clear enable-tree-lines when there is no expander There is no expander for these two, it looks like the offending GtkTreeView in each was copied from the earlier GtkTreeView in the file and then the copy had expanders toggled off, but enable-tree-lines left enabled. Change-Id: I46abf39b3a3c7f93122f6f2a7c4adf3f05434eb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199578 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/basctl/uiconfig/basicide/ui/defaultlanguage.ui b/basctl/uiconfig/basicide/ui/defaultlanguage.ui index eb11678d41c8..adc0605ec906 100644 --- a/basctl/uiconfig/basicide/ui/defaultlanguage.ui +++ b/basctl/uiconfig/basicide/ui/defaultlanguage.ui @@ -184,7 +184,6 @@ <property name="headers_visible">False</property> <property name="search_column">1</property> <property name="show_expanders">False</property> - <property name="enable_tree_lines">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="Macro Library List-selection2"/> </child> diff --git a/dbaccess/uiconfig/ui/tablesjoindialog.ui b/dbaccess/uiconfig/ui/tablesjoindialog.ui index 342eda62ca0a..e7a6c4442d07 100644 --- a/dbaccess/uiconfig/ui/tablesjoindialog.ui +++ b/dbaccess/uiconfig/ui/tablesjoindialog.ui @@ -224,7 +224,6 @@ <property name="headers_visible">False</property> <property name="search_column">1</property> <property name="show_expanders">False</property> - <property name="enable_tree_lines">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="Macro Library List-selection3"/> </child>
