diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-06 11:30:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-06 21:36:49 +0200 |
commit | e2e89bb4187e08c4b6052f535d80886e198051c8 (patch) | |
tree | 2d9e19b743e703eace7588dd83b7f27ad0cc0de0 /cui | |
parent | 3f59f4a7e667b571640572f9316216ec73aeca7d (diff) |
enforce indicator consistency
so there is either a standard indicator shown or one of a small subset
of named icons
a) adds an indicator to show the MenuButton provides a dropdown to the
spelling dialog when there are multiple user dictionaries the word could
be added to
b) use open-menu-symbolic instead of gear icon for the sidebar menu
Change-Id: If4f0842fb0f805dde45e375061f23d2aaea0990c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116757
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/spellingdialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index c2465fd57972..cbd9093a6180 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -605,6 +605,7 @@ <property name="use_underline">True</property> <property name="popup">addmenu</property> <property name="use_popover">False</property> + <property name="draw-indicator">True</property> <child> <placeholder/> </child> |