[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - dbaccess/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 7 14:12:17 UTC 2021


 dbaccess/uiconfig/ui/tablelistbox.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b6e598902a145bbb13a1313a129ae314e04a45f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Apr 7 12:04:14 2021 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Apr 7 16:11:41 2021 +0200

    Resolves: tdf#141515 expander column space isn't wanted
    
    in the relationships view
    
    Change-Id: I1d4a34dbf86a797573705c202719f5159b5a8bcd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113651
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/dbaccess/uiconfig/ui/tablelistbox.ui b/dbaccess/uiconfig/ui/tablelistbox.ui
index 3348e18d61a3..8484dcde4a71 100644
--- a/dbaccess/uiconfig/ui/tablelistbox.ui
+++ b/dbaccess/uiconfig/ui/tablelistbox.ui
@@ -37,7 +37,7 @@
             <property name="headers_visible">False</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 internal-child="selection">
               <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
             </child>


More information about the Libreoffice-commits mailing list