Files
textmate/Applications/TextMate/about/css
Elia Schito e9033911f0 Fix the background-size of the about window
Using background-size: 50% results in really bad scrolling performance and 
doesn't not achieve the effect of scaling the image to double the pixel density,
it rather sets the image width to 50% of the element.

Using the non-retina image size solves both the problems.

A similar issue was found in this SO page: https://stackoverflow.com/a/7034772
2019-07-08 13:04:32 +02:00
..