basctl/uiconfig/basicide/ui/defaultlanguage.ui | 1 - dbaccess/uiconfig/ui/tablesjoindialog.ui | 1 - solenv/sanitizers/ui/svx.suppr | 1 - svx/uiconfig/ui/sidebarline.ui | 6 ++++++ 4 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit 0c7676aa0bef57ac6f8c47f00f116e566c439431 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 16:39:58 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Feb 24 14:14:56 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]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200171 Tested-by: Jenkins CollaboraOffice <[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> commit ff20e0a9febc0c2676bfd0552723c339a4e38de7 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Feb 18 09:27:10 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Feb 24 14:14:47 2026 +0100 Line thickness doesn't specify a uno command so has no auto tooltip/a11y desc Change-Id: I080b27e9186556ddcdb1fac5ee199e0a1a2121fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199604 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200170 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/solenv/sanitizers/ui/svx.suppr b/solenv/sanitizers/ui/svx.suppr index de47a0569a61..d4661584933c 100644 --- a/solenv/sanitizers/ui/svx.suppr +++ b/solenv/sanitizers/ui/svx.suppr @@ -79,5 +79,4 @@ svx/uiconfig/ui/sidebararea.ui://GtkLabel[@id='transparencylabel'] orphan-label svx/uiconfig/ui/sidebarshadow.ui://GtkLabel[@id='transparency_label'] orphan-label svx/uiconfig/ui/sidebarshadow.ui://GtkSpinButton[@id='FIELD_TRANSPARENCY'] no-labelled-by svx/uiconfig/ui/sidebarshadow.ui://GtkScale[@id='transparency_slider'] no-labelled-by -svx/uiconfig/ui/sidebarline.ui://GtkMenuToolButton[@id='SelectWidth'] button-no-label svx/uiconfig/ui/textcharacterspacingcontrol.ui://GtkSpinButton[@id='kerning'] no-labelled-by diff --git a/svx/uiconfig/ui/sidebarline.ui b/svx/uiconfig/ui/sidebarline.ui index 912cb8473782..8220b3c0d88f 100644 --- a/svx/uiconfig/ui/sidebarline.ui +++ b/svx/uiconfig/ui/sidebarline.ui @@ -88,9 +88,15 @@ <child> <object class="GtkMenuToolButton" id="SelectWidth"> <property name="visible">True</property> + <property name="tooltip-text" translatable="yes" context="sidebarline|SelectWidth|tooltip_text">Line Thickness</property> <property name="halign">end</property> <property name="hexpand">True</property> <property name="use-underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="SelectWidth-atkobject"> + <property name="AtkObject::accessible-name" context="sidebarline|SelectWidth-atkobject" translatable="yes">Line Thickness</property> + </object> + </child> </object> <packing> <property name="expand">True</property>
