In previous versions there was a text bellow or next to the icon. Since 19.11.80 it's not there anymore. Switching text position modes doesn't do anything, text is always hidden. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.17.3 KDE Frameworks Version: 5.64 Qt Version: 5.14.0
This is intentional. We did it to make it consistent with all the other hamburger menus, none of which have text. The old text was "Control" which is kind of a meaningless phrase anyway.
On one hand I understand, on the other, all icons except this one have a text so my toolbar looks a little weird.
Removing text is also an accessibility issue (think screen readers). If 'Control' doesn't fit, how about 'Menu'?
(In reply to Christoph Feck from comment #3) > Removing text is also an accessibility issue (think screen readers). If > 'Control' doesn't fit, how about 'Menu'? Isn't possible to add an hidden text used only for accessibility purposes? If it's really an accessibility issue, it should be fixed everywhere we use hamburger menus, not just in dolphin.
Yes, see https://doc.qt.io/qt-5/qwidget.html#accessibleName-prop
Git commit 82e366f024cb47106f0195e53f97c5beea2e798a by Elvis Angelaccio. Committed on 24/11/2019 at 18:06. Pushed by elvisangelaccio into branch 'release/19.12'. Fix accessibility regression on the Dolphin Control button 9cd042a86c removed the text from the Control button without setting an accessibleName property, which is a regression for screen-reader users. This breaks the 19.12 string freeze, but since it's the same string we were translating before 9cd042a86c, hopefully it's not going to be too much of a burden for translators. CCMAIL: kde-i18n-doc@kde.org M +1 -0 src/dolphinmainwindow.cpp https://commits.kde.org/dolphin/82e366f024cb47106f0195e53f97c5beea2e798a