UI: Make 3D Viewport header transparent #109735

Closed
Pablo Vazquez wants to merge 1 commits from pablovazquez:temp-ui-view3d-header into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Pablo Vazquez 2fe67d044f UI: Make 3D Viewport header transparent
Back in Blender 3.0, the header and toolbar position were swapped to
follow hierarchy of settings. However, due to the header having usually
less buttons than the toolbar, it looked weird so it was decided to
make it fully opaque.

Based on user feedback it is preferred to have transparency and gain that
extra bit of space, even if at times it could look weird due to the header
having less items.

This PR makes it so the header supports region overlap, and makes it fully
transparent.


Fixes #92844

Related PR !107094
2023-07-05 12:44:08 +02:00