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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 29 19:59:27 UTC 2019


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

New commits:
commit 517e093d78012896b54628d6a3092162be3cedec
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 29 14:19:38 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Oct 29 20:58:16 2019 +0100

    tdf#127994 stabilize tip of the day width
    
    Change-Id: I26bdb7bc3fc7ad2037438f4fceba51388e4121eb
    Reviewed-on: https://gerrit.libreoffice.org/81685
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui
index 33515897ab94..3e6e067437b3 100644
--- a/cui/uiconfig/ui/tipofthedaydialog.ui
+++ b/cui/uiconfig/ui/tipofthedaydialog.ui
@@ -136,11 +136,11 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="lbText">
-                    <property name="width_request">350</property>
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="vexpand">True</property>
                     <property name="wrap">True</property>
+                    <property name="width_chars">50</property>
                     <property name="max_width_chars">50</property>
                   </object>
                   <packing>


More information about the Libreoffice-commits mailing list