diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-15 11:46:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-15 15:32:32 +0200 |
commit | f9f30f51166589cfcab4e965d9f76eebcad491ab (patch) | |
tree | 100d3673ff05621e4fe4322b135b66db6db597b5 /sw/uiconfig | |
parent | eff3a0e80bb027bf2d5809639a469cbee110089d (diff) |
use hover-selection for form drop down
makes it a more natural menu-alike thing
Change-Id: Iefd1b3d7b912b039dac678b0348bf23478fc931a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96322
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/formdropdown.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/formdropdown.ui b/sw/uiconfig/swriter/ui/formdropdown.ui index ec4034e5c89d..7554c8bf855c 100644 --- a/sw/uiconfig/swriter/ui/formdropdown.ui +++ b/sw/uiconfig/swriter/ui/formdropdown.ui @@ -33,6 +33,7 @@ <property name="headers_visible">False</property> <property name="headers_clickable">False</property> <property name="search_column">0</property> + <property name="hover_selection">True</property> <property name="show_expanders">False</property> <property name="activate_on_single_click">True</property> <child internal-child="selection"> |