diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-06-15 20:37:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-06-16 09:31:24 +0200 |
commit | 4e41879586fb24e925fb59dd06c43235f298e66d (patch) | |
tree | f98c87917ebd4aa7440dbe2cf26fa0550d3cdf94 /sw/uiconfig | |
parent | a447b5b6d1114111c92e5e3e3f3ae83d4c2f3bca (diff) |
Related: tdf#123846 don't auto toggle radiobuttons with left/right
just do the default cursor move, toggle can be triggered with
space/return or directly with 0-9 (+ a for 10)
Change-Id: I654ca64e49b3a9d4672668553095e971a5c9d1e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135921
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/assignstylesdialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/assignstylesdialog.ui b/sw/uiconfig/swriter/ui/assignstylesdialog.ui index f3d53261511b..c87d3f40c9a5 100644 --- a/sw/uiconfig/swriter/ui/assignstylesdialog.ui +++ b/sw/uiconfig/swriter/ui/assignstylesdialog.ui @@ -259,6 +259,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore1</property> + <property name="enable-search">False</property> <property name="search-column">0</property> <property name="show-expanders">False</property> <child internal-child="selection"> |