https://bugs.kde.org/show_bug.cgi?id=438137
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |n...@kde.org Status|REPORTED |CONFIRMED --- Comment #3 from Nate Graham <n...@kde.org> --- FWIW implementing KHamburgerMenu doesn't imply or require hiding the menu bar by default. The main bar can remain visible by default and then the hamburger menu only appears when the user has chosen to hide the menu bar. This is currently how Gwenview has it, in fact. The design of what to put in the hamburger menu is of course a salient question. :) Personally I think this is quite doable: - File menu: probably the hamburger menu will have many of these actions in it - Edit menu: probably the hamburger menu will have most of these actions in it - View, Go, and Tools menus: most of these are accessible through UI controls in the default toolbar and can therefore be omitted from the hamburger menu while they are still visible on the toolbar. Only a few will need to be visible in the hamburger menu by default. - Bookmarks menu: ontents can be omitted from the hamburger menu if we add an "Add bookmark" button to the bookmarks panel in the sidebar Seems quite doable. FWIW check out Dolphin's hamburger menu in git master. It's super streamlined and nice now. -- You are receiving this mail because: You are the assignee for the bug.