mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04: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.