Files
openide/platform/platform-api
Sergei Tachenov 30808bab6e IJPL-157156 Make the editor tabs at least as high as tool window headers
Not clear what caused this regression, but there's an easy way to both
fix it and prevent it. We just need to make sure that the editor tabs
are always at least as high as tool window headers.

The only trick is that the height is calculated in JBTabsImpl, which
is used not just for the editor tabs. So we add an internal protected
method here and override it in the editor tabs only.

GitOrigin-RevId: 106860cf0eb9ff8f0acd3c2121a061b16e0fb301
2024-07-23 17:57:24 +00:00
..