Bug 400654 - Allow toolbar to be placed to the right of places
Summary: Allow toolbar to be placed to the right of places
Status: RESOLVED UPSTREAM
Alias: None
Product: dolphin
Classification: Applications
Component: panels: places (show other bugs)
Version: 18.08.2
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-04 10:37 UTC by RaitaroH
Modified: 2018-11-14 19:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RaitaroH 2018-11-04 10:37:53 UTC
Right now it is possible to have the toolbar, then the places, then everything else. I think it can save some vertical space to have the toolbar vertical, but I can only place it to the left of the places panel which I don't like that much. It adds some empty space at the bottom and looks less clean. Doing it the other way around, having places > toolbar > everything else, I think looks a lot better.

Operating System: KDE neon 5.14
KDE Plasma Version: 5.14.2
Qt Version: 5.11.2
KDE Frameworks Version: 5.51.0
Comment 1 Nate Graham 2018-11-06 00:12:13 UTC
This is going to sound stupid... but how to you make the toolbar vertical and relocate it? It never even occurred to me that this was possible, and now that I know it is, I can't figure out how to do it.
Comment 2 Christoph Feck 2018-11-06 00:15:45 UTC
QMainWindow enforces this specific order. See image at http://doc.qt.io/qt-5/qmainwindow.html#details
Comment 3 RaitaroH 2018-11-07 04:35:47 UTC
(In reply to Nate Graham from comment #1)
> This is going to sound stupid... but how to you make the toolbar vertical
> and relocate it? It never even occurred to me that this was possible, and
> now that I know it is, I can't figure out how to do it.

Wow, you don't know about it? 

Right click on the toolbar/places. Uncheck lock. You will get a handle at the top. Now you can move it.
Comment 4 RaitaroH 2018-11-07 04:36:43 UTC
(In reply to Christoph Feck from comment #2)
> QMainWindow enforces this specific order. See image at
> http://doc.qt.io/qt-5/qmainwindow.html#details

And I assume nothing can be done right?
Comment 5 Nate Graham 2018-11-07 04:37:49 UTC
(In reply to RaitaroH from comment #3)
> Right click on the toolbar/places. Uncheck lock. You will get a handle at
> the top. Now you can move it.
Thanks!

(In reply to RaitaroH from comment #4)
> And I assume nothing can be done right?
Well it would require a Qt patch. Anything's possible. :)
Comment 6 RaitaroH 2018-11-07 12:34:48 UTC
(In reply to Nate Graham from comment #5)
> Anything's possible. :)

So do you accept the challenge? :0
Comment 7 Nate Graham 2018-11-14 19:23:33 UTC
LOL probably not, at least not soon. Contributing to Qt is something that's pretty far beyond me at the moment.