diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-15 16:48:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-15 21:13:00 +0200 |
commit | f9d55bc472c2280e9dfaf0964a5cbc6af641049e (patch) | |
tree | 53f8ed26882c7b23b16ac578143601a486c708e4 /svx/uiconfig/ui | |
parent | f4f98ac18366b604d135895a92d9d5c101e77a16 (diff) |
gtk4: focus can only enter popover if its parent widget can-focus
even though the popover is a separate toplevel window.
just add can-focus for this one example first
Change-Id: I6b4b2942cdf2ed4b25b3a07d36f96c72ffc6d825
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123671
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/sidebarparagraph.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index 553e95735eca..22fe53758c7a 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -232,7 +232,7 @@ <child> <object class="GtkToolButton" id=".uno:ParaspaceIncrease"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="use-underline">True</property> </object> <packing> @@ -243,7 +243,7 @@ <child> <object class="GtkToolButton" id=".uno:ParaspaceDecrease"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="use-underline">True</property> </object> <packing> @@ -422,7 +422,7 @@ <child> <object class="GtkToolButton" id=".uno:IncrementIndent"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="tooltip-text" translatable="yes" context="sidebarparagraph|increaseindent|tooltip_text">Increase Indent</property> <property name="use-underline">True</property> </object> @@ -434,7 +434,7 @@ <child> <object class="GtkToolButton" id=".uno:DecrementIndent"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="tooltip-text" translatable="yes" context="sidebarparagraph|decreaseindent|tooltip_text">Decrease Indent</property> <property name="use-underline">True</property> </object> @@ -446,7 +446,7 @@ <child> <object class="GtkToolButton" id=".uno:HangingIndent"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="tooltip-text" translatable="yes" context="sidebarparagraph|hangingindent|tooltip_text">Switch to Hanging Indent</property> <property name="use-underline">True</property> </object> @@ -644,7 +644,7 @@ <child> <object class="GtkMenuToolButton" id=".uno:DefaultBullet"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="use-underline">True</property> </object> <packing> @@ -655,7 +655,7 @@ <child> <object class="GtkMenuToolButton" id=".uno:DefaultNumbering"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="use-underline">True</property> </object> <packing> @@ -666,7 +666,7 @@ <child> <object class="GtkToolButton" id=".uno:RemoveBullets"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="use-underline">True</property> </object> <packing> @@ -694,7 +694,7 @@ <child> <object class="GtkMenuToolButton" id=".uno:BackgroundColor"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="use-underline">True</property> </object> <packing> |