cui/uiconfig/ui/linedialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2c2ecb7eaa448f33162ce60154af207228ac05a8 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Oct 2 09:04:17 2018 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Oct 2 20:57:41 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> (cherry picked from commit fee3669a3395133a9e47ff2f0a96159cb3eefb89) Reviewed-on: https://gerrit.libreoffice.org/61247 diff --git a/cui/uiconfig/ui/linedialog.ui b/cui/uiconfig/ui/linedialog.ui index 8288ec6491bf..47bab2b65f63 100644 --- a/cui/uiconfig/ui/linedialog.ui +++ b/cui/uiconfig/ui/linedialog.ui @@ -87,7 +87,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> <child> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
