diff options
| author | Filip Fila <[email protected]> | 2026-06-04 08:52:56 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-06-04 08:52:56 +0000 |
| commit | 76f6eb07739290bd7e7a61946f51d7329fb75545 (patch) | |
| tree | 758403cb3d629b5fe5df5270f85cf52aca494840 /src/itemactions/setfoldericonitemaction.h | |
| parent | ef31d1adc407b7cee6250b7d938f0f10563edd88 (diff) | |
DolphinNavigatorsWidgetAction: Let non-Breeze QStyles style the non-toolbar navbar how they wantHEADmaster
Currently when Dolphin's location bar is moved from the main toolbar, it stops being a nice `FrameLineEdit` that QStyles can style as they please.
That's because the current code is only adjusted for Breeze, which wants to fill the entire navbar frame with a plain rectangle.
Unfortunately, non-Breeze styles suffer from bad looks because this Breeze design is applied for them too.
In order to fix this, this MR restores the styling power back to QStyles by removing the rectangle, all the while keeping it for Breeze.
| Before (Breeze) | After (Breeze) |
| ------ | ------ |
|{width=698 height=134} | {width=715 height=138} |
| Before (Oxygen) | After (Oxygen) |
| ------ | ------ |
| {width=714 height=114} | {width=687 height=129} |
| Before (MSWindows9x) | After (MSWindows9x) |
| ------ | ------ |
| {width=715 height=107} | {width=702 height=100} |
| Before (Darkly) | After (Darkly) |
| ------ | ------ |
| {width=675 height=123} | {width=705 height=144} |
| Before (Fusion) | After (Fusion) |
| ------ | ------ |
| {width=701 height=118} | {width=692 height=122} |
| Before (Kvantum) | After (Kvantum) |
| ------ | ------ |
| {width=697 height=135} | {width=700 height=123} |
BUG: 518285
FIXED-IN:
Diffstat (limited to 'src/itemactions/setfoldericonitemaction.h')
0 files changed, 0 insertions, 0 deletions
