[Libreoffice-commits] core.git: cui/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 19 11:18:12 UTC 2020


 cui/uiconfig/ui/paratabspage.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3b99840fde960b68c53308a56b05ad713e632b5b
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Sep 17 20:44:41 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Sep 19 13:17:32 2020 +0200

    tdf#136705 give tab stop treeview a small height request
    
    so its natural height has no influence on the overall dialog height
    and it will take whatever height the dialog ends up at
    
    Change-Id: I98d6b2483f01ac2006dcc9d2ffa91824611a6d71
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102976
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/paratabspage.ui b/cui/uiconfig/ui/paratabspage.ui
index 1d6691758b63..93f66ca6e82e 100644
--- a/cui/uiconfig/ui/paratabspage.ui
+++ b/cui/uiconfig/ui/paratabspage.ui
@@ -47,6 +47,7 @@
                 <property name="row_spacing">3</property>
                 <child>
                   <object class="GtkScrolledWindow">
+                    <property name="height_request">42</property>
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>


More information about the Libreoffice-commits mailing list