mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05:00
Previously some status bars could be compressed vertically because the dividers did not have a fixed height, so they were sized based on their intrinsic height. With a fixed height the intrinsic height is redundant and previously it was simply hiding an issue with an under-constrained layout, so better just remove them.