mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
Previously the gutter and the text view were set to have the same height (via constraints). Though when the horizontal scrollbar is visible then the gutter should technically be made a little taller to account for the extra bottom margin. Not adding this space was causing problems. Fixes #773.