Created attachment 183228 [details] Small Sidebar Settings icon in various backend added with modified dimension The icon dimension of Sidebar Settings has quite smaller size compare to other icons in the deck. Here the issue only occurs with kf5 and gen backend. The Sidebar Settings icon itself used to be sfx2/res/symphony/open_more.png (14px*16px In Colibre, Sifr and Sukapura theme) in the past but someone has changed the code so the icon is sfx2/res/menu.png (14px*13px In Colibre, Sifr and Sukapura theme) now. Previously with open_more.png there was no issue. I have tried to enlarge the menu.png dimension from 14px*13px to 24px*24px but the icon still looks smaller (see bottom capture). FYI Galaxy has sfx2/res/symphony/open_more.png icon with 24px*24px and has no sfx2/res/menu.png. So I guess the file was added later. Steps to reproduce 1. Open Writer/Calc/Impress/Draw 2. View > Sidebar 3. See the top icon (Sidebar Settings) Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 9d1d668a608cc5b406601c2f7f3d8581e8f47d1c CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded Version: 7.4.2.3 / LibreOffice Community Build ID: 40(Build:3) CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: id-ID (id_ID.UTF-8); UI: en-US Ubuntu package version: 1:7.4.2~rc3-0ubuntu0.22.04.1~lo1 Calc: threaded
reproduced in: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 5cd9de202765e243e41416802f3e4486b8a96f16 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Started in 7.2 with: commit e2e89bb4187e08c4b6052f535d80886e198051c8 author Caolán McNamara <caolanm@redhat.com> Sun Jun 06 11:30:31 2021 +0100 committer Caolán McNamara <caolanm@redhat.com> Sun Jun 06 21:36:49 2021 +0200 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 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116757 What do you think, Caolán?