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

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 18 17:24:01 UTC 2019


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

New commits:
commit 875ec40359b409f1dfb9cfbdf7085de1257226fb
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Mon Jul 15 15:30:21 2019 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Jul 18 19:23:06 2019 +0200

    tdf#125871 - new Tooltip window has empty area selected
    
    Ok button focused by default
    
    Change-Id: Ibe7653c09dd9f76d6b9feda295b92c90a4b26058
    Reviewed-on: https://gerrit.libreoffice.org/75637
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    (cherry picked from commit fdd826eefd0f184fd832582237a8ccdae3572f48)
    Reviewed-on: https://gerrit.libreoffice.org/75864
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui
index 928bc92c6919..49748809c52c 100644
--- a/cui/uiconfig/ui/tipofthedaydialog.ui
+++ b/cui/uiconfig/ui/tipofthedaydialog.ui
@@ -58,6 +58,8 @@
                 <property name="label">gtk-ok</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="has_focus">True</property>
+                <property name="is_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="has_default">True</property>
                 <property name="receives_default">True</property>


More information about the Libreoffice-commits mailing list