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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2018-10-02 09:04:17 +01:00
parent 0f3be2e19f
commit fee3669a33

View file

@ -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>