cui/uiconfig/ui/linedialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fee3669a3395133a9e47ff2f0a96159cb3eefb89 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 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
