[dolphin] [Bug 384999] When locked panels and Places and Folder Panels both visible, the resizable separator between them is invisible

2017-09-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384999

--- Comment #3 from Nate Graham  ---
Ah I see the problem. The borders only appear when the Dock widget has the
property QDockWidget::DockWidgetMovable. We want a state where it has borders
but isn't movable.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 384999] When locked panels and Places and Folder Panels both visible, the resizable separator between them is invisible

2017-09-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384999

--- Comment #2 from Nate Graham  ---
This can be fixed-ish by removing or commenting out
setFeatures(QDockWidget::NoDockWidgetFeatures); in dolphindockwidget.cpp. That
has the side effect of also drawing other borders, but maybe that's okay.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 384999] When locked panels and Places and Folder Panels both visible, the resizable separator between them is invisible

2017-09-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384999

Nate Graham  changed:

   What|Removed |Added

Summary|When Places and Folder  |When locked panels and
   |Panels both active, the |Places and Folder Panels
   |resizable separator between |both visible, the resizable
   |them is invisible   |separator between them is
   ||invisible

-- 
You are receiving this mail because:
You are watching all bug changes.