[Libreoffice-commits] core.git: Branch 'libreoffice-6-3-1' - sc/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 23 18:39:31 UTC 2019


 sc/uiconfig/scalc/ui/conditionalentry.ui |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 909d532b10118881e36d27194756bbf26e443c58
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Aug 19 21:34:24 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Aug 23 20:38:42 2019 +0200

    Resolves: tdf#126781 don't let width grow to fit condition text
    
    make the label have no part of the width calc by giving it a small
    width request and force it to live with with the rest of the dialog
    ends up as
    
    Change-Id: Iae3012b6acfd63ba527727f022e999b144c6a941
    Reviewed-on: https://gerrit.libreoffice.org/77772
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
    (cherry picked from commit 16eaea5fe8c3e9942b36f6d9969886191f25620c)
    Reviewed-on: https://gerrit.libreoffice.org/77794
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/uiconfig/scalc/ui/conditionalentry.ui b/sc/uiconfig/scalc/ui/conditionalentry.ui
index 717f9a252048..85134870d0b0 100644
--- a/sc/uiconfig/scalc/ui/conditionalentry.ui
+++ b/sc/uiconfig/scalc/ui/conditionalentry.ui
@@ -40,8 +40,11 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="condition">
+                    <property name="width_request">10</property>
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="hexpand">True</property>
+                    <property name="ellipsize">end</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>


More information about the Libreoffice-commits mailing list