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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/tabbarcontents.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/tabbarcontents.ui b/sfx2/uiconfig/ui/tabbarcontents.ui index ba2822692be4..31a8ceb818b4 100644 --- a/sfx2/uiconfig/ui/tabbarcontents.ui +++ b/sfx2/uiconfig/ui/tabbarcontents.ui @@ -5,7 +5,7 @@ <object class="GtkImage" id="image6"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="icon-name">sfx2/res/symphony/open_more.png</property> + <property name="icon-name">open-menu-symbolic</property> <property name="icon_size">2</property> </object> <object class="GtkMenu" id="mainmenu"> |