basctl/uiconfig/basicide/ui/defaultlanguage.ui | 1 - dbaccess/uiconfig/ui/tablesjoindialog.ui | 1 - 2 files changed, 2 deletions(-)
New commits: commit f6101026da15b32be304adabc0a826cb83601da0 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 16:39:58 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 19 11:02:08 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/+/199559 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/basctl/uiconfig/basicide/ui/defaultlanguage.ui b/basctl/uiconfig/basicide/ui/defaultlanguage.ui index 791b30725df2..168f2dcb5e29 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 09593905e2db..49fb8b719c44 100644 --- a/dbaccess/uiconfig/ui/tablesjoindialog.ui +++ b/dbaccess/uiconfig/ui/tablesjoindialog.ui @@ -220,7 +220,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>
