Description: Current toolbar is very simple, but it is not suited to hold many of properties that we need. I suggest we add a new flexible toolbar, which has tabs on top, so the user can switch between different groups of properties. Steps to Reproduce: . Actual Results: . Expected Results: . Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=382f9f744652d6ae1482910ec62513d6ea94863c tdf#106317 bottom tabbar, grow/shrink font, insert line,rect It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
@Tomaz, your recent commit to add a bottom toolbar looks good but I'm facing some layout issues. See the screenshot: https://s14.postimg.org/y75pbrzsx/Screenshot_20170321_113220.png Nothing happens when I click on tabs/buttons etc.
I agree that we should organize it somehow, to avoid cluttering. Also, I imagined using a CoordinatorLayout, and the "toolbar" as the child of it, with BottomSheetBehavior. That way, it could have sliding gesture (like a drawer), and we could put even more options without sacrificing space.