diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-18 09:04:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-18 15:20:49 +0100 |
commit | 0c76e951d53d5da56616442d7344b373add4afe2 (patch) | |
tree | 57e9da3bacf2e2f3f7c295a816eac183c84b3781 | |
parent | 33ecf9ee134468ee444af7d68f6aa20fb82edc24 (diff) |
Resolves: tdf#147393 SpinButtons should be can-focus
Change-Id: I092ed9c3421267ea3b2c671020e7079c3f792e17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130130
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-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 7a8f479c329e..d48dd418467a 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="truncate-multiline">True</property> <property name="adjustment">adjustmentGAP</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="truncate-multiline">True</property> <property name="adjustment">adjustmentOVERLAP</property> <child internal-child="accessible"> |