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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 2 09:34:37 UTC 2018


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

New commits:
commit fee3669a3395133a9e47ff2f0a96159cb3eefb89
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 2 09:04:17 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Oct 2 11:34:14 2018 +0200

    tdf#120055 line dialog notebook should be can-focus
    
    Change-Id: I3993f726f433503173c27c68be40936bc03aaf6e
    Reviewed-on: https://gerrit.libreoffice.org/61227
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/linedialog.ui b/cui/uiconfig/ui/linedialog.ui
index 0ed5f51b636b..6a2b7ee256d9 100644
--- a/cui/uiconfig/ui/linedialog.ui
+++ b/cui/uiconfig/ui/linedialog.ui
@@ -93,7 +93,7 @@
         <child>
           <object class="GtkNotebook" id="tabcontrol">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can_focus">True</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="scrollable">True</property>


More information about the Libreoffice-commits mailing list