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

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 10:20:25 UTC 2019


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

New commits:
commit dae96d4e629c5eccaacdc763cd390d341c16175d
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Wed Oct 16 13:50:20 2019 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Oct 17 12:19:32 2019 +0200

    Resolves tdf#127994 - Totd dialog get resized horizontally
    
    Width request set to 350
    
    Change-Id: Ib974417282c76b4cede1b4773159b1fa748ddbfb
    Reviewed-on: https://gerrit.libreoffice.org/80887
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui
index a24a90107243..33515897ab94 100644
--- a/cui/uiconfig/ui/tipofthedaydialog.ui
+++ b/cui/uiconfig/ui/tipofthedaydialog.ui
@@ -136,6 +136,7 @@
                 </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>


More information about the Libreoffice-commits mailing list