summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-02 09:04:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-02 11:34:14 +0200
commitfee3669a3395133a9e47ff2f0a96159cb3eefb89 (patch)
tree703bba331c5248502a2547c82d4fb3a7c1a9477b /cui
parent0f3be2e19fa408d7069d586ccf04cb3f3eccd6b9 (diff)
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>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/linedialog.ui2
1 files changed, 1 insertions, 1 deletions
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>