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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon May 18 20:12:42 UTC 2020


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

New commits:
commit acc8ff577b2087fa2734b569a9606d9acac09c2e
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 18 16:48:56 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon May 18 22:12:01 2020 +0200

    tdf#133121 limit style list width to that of the entry widget
    
    which is maxed to the widest "standard" style text. So that the
    dialog doesn't dance around depending on the font selected.
    
    Change-Id: I5876314f5293abcac765dd018deda5b0d7f52305
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94436
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui
index f62f48f1d110..96ad01fdb502 100644
--- a/cui/uiconfig/ui/charnamepage.ui
+++ b/cui/uiconfig/ui/charnamepage.ui
@@ -208,6 +208,7 @@
                     <property name="row_spacing">3</property>
                     <child>
                       <object class="GtkScrolledWindow">
+                        <property name="width_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