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

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 13 10:08:02 UTC 2019


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

New commits:
commit 3d85f485dee1c4e0c3a30f2e088fe34be69e1b06
Author:     Heiko Tietze <heiko.tietze at documentfoundation.org>
AuthorDate: Sun Sep 8 11:29:29 2019 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Fri Sep 13 12:07:22 2019 +0200

    Resolves tdf#127436 - Display issues of TotD on macOS
    
    Dialog resizing blocked
    
    Change-Id: Ie61880d2d08adabf64a60e97a9bf00c02247f1ce
    Reviewed-on: https://gerrit.libreoffice.org/78761
    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 ee8ac6cbd17a..8807f7bb6dfe 100644
--- a/cui/uiconfig/ui/tipofthedaydialog.ui
+++ b/cui/uiconfig/ui/tipofthedaydialog.ui
@@ -6,7 +6,9 @@
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
     <property name="title" translatable="yes" context="TipOfTheDayDialog|Name">Tip of the day</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
     <property name="type_hint">dialog</property>
     <child>
       <placeholder/>


More information about the Libreoffice-commits mailing list