diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-18 09:04:41 +0000 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-02-20 09:06:07 +0100 |
commit | deb185dc522574250e84e990322364f3c4fe1ebe (patch) | |
tree | ff6cdcf470ff647490134069ba764ad9daef8809 /chart2 | |
parent | b9952977e8114606a7f97b21c94fb1a8a9e468f7 (diff) |
Resolves: tdf#147393 SpinButtons should be can-focus
Change-Id: I092ed9c3421267ea3b2c671020e7079c3f792e17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130131
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/tp_SeriesToAxis.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/uiconfig/ui/tp_SeriesToAxis.ui b/chart2/uiconfig/ui/tp_SeriesToAxis.ui index dd25988f0ea8..5ef76e094f17 100644 --- a/chart2/uiconfig/ui/tp_SeriesToAxis.ui +++ b/chart2/uiconfig/ui/tp_SeriesToAxis.ui @@ -145,7 +145,7 @@ <child> <object class="GtkSpinButton" id="MT_GAP"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="adjustment">adjustmentGAP</property> <property name="truncate-multiline">True</property> <child internal-child="accessible"> @@ -162,7 +162,7 @@ <child> <object class="GtkSpinButton" id="MT_OVERLAP"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="adjustment">adjustmentOVERLAP</property> <property name="truncate-multiline">True</property> <child internal-child="accessible"> |