blender/source
Julian Eisel 69377784f5 Fix T67265: Status bar is overlapped by workspace layout
The issue was that the screen geometry calculations scaled down the
areas, but the header would become too small. So it would be upscaled
again towards the lower screen edge (where the status-bar is at). Now we
do another pass over the geometry calculations, until all areas fit into
the screen, or until some rather arbitrary maximum is reached.

This fixes the issue for common cases. Extreme cases, with many
vertically stashed editors and a too small window to show all, are still
not too well supported. Blender keeps working but the status-bar is
still overlapped. We could deal with this better but what's there now
should be good enough.
2020-09-05 18:16:50 +02:00
..
blender Fix T67265: Status bar is overlapped by workspace layout 2020-09-05 18:16:50 +02:00
creator Docs: Fix typo in creator args formatting 2020-09-03 20:41:25 -04:00
tools@896c5f7895 Audaspace: port compilation fix from upstream. 2020-09-01 18:12:48 +02:00
CMakeLists.txt Clang-Tidy: Allow use with GCC but warn about possible failure 2020-07-03 10:58:24 +02:00