diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-19 21:34:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-20 09:22:45 +0200 |
commit | 1a78436290b7dd22df81d6491b656182604d38fd (patch) | |
tree | 234532eeb4db74415ffcaae5272f60dd38ce5aa8 /sc/uiconfig/scalc/ui/conditionalentry.ui | |
parent | 0576911eec4f5fab4d4dd4f0cd46744b9a567899 (diff) |
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/77771
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/conditionalentry.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/conditionalentry.ui | 3 |
1 files changed, 3 insertions, 0 deletions
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> |