Created attachment 121819 [details] Screenshot of toolbar The small icon for the new command .uno:DisplayMode in Impress is too pale. It looks as if the command is inactive, see the attached screenshot. The large icon is OK.
Setting to NEW. Thanks Hopefully the .uno:DisplayMode will be also be renamed (bug 96047).
Created attachment 123193 [details] displaymode icon Hi, It seems ok for all themes. Can you check it on last version?
It is not solved. I mean the small icon, belonging to command .uno:DisplayMode. The associated icon is sc_displaymode.png in folder icon-themes/<name of the theme>/cmd/ Please use a desktop theme with bright background for toolbars as it is the default for Windows 7. When I look around in the source, it seems, that the original icon does not exist at all and a replacement is shown. I use Version: 5.2.0.0.alpha0+ Build ID: 2b24b6b6c3b18d7d934b3f76cc7a787c498ece4a CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Locale: de-DE (de_DE)
@Andreas, can you help me out with this? I’m AFK at the moment.
the real bug is that the action didn't use a cmd/lc_ cmd/sc_ icon. it use sd/res/layout_headxx icon but this icons are 64px in size so it will be shrinked to 16px or 24px. It will always look out of place (see breeze, sifr or elementary) when the action didn't use a lc or sc icon from cmd. please don't use the layout icon define one specific icon and it will work fine. In addition we can make an specific icon that will fit in light and dark themes.
In the code base there is an bug cause the wrong icon was used, but on the icon view this bug is fixed cause I make the icons smaller and so the shrinkage is not that much a problem.