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:
parent
0f3be2e19f
commit
fee3669a33
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue