timthedevguy / BGHUDAppKit

* BGHUDAPPKIT is no longer under development by me, I hope that the community will keep it alive and going as I no longer have time to dedicate to the project** The missing HUD controls. Please scroll down to read the readme file for an important notice concerning the future of BGHUDAppKit. Note that there are multiple versions available, 10.5+, 10.6.7, and now 10.7. As soon as I learn how I'll make these all one code base if possible.
http://www.binarymethod.com/
312 stars 57 forks source link

BGHUDTableViewHeaderCell & Column guide off by 1 px #31

Closed vade closed 13 years ago

vade commented 14 years ago

Hi. BGHudTableView's header is off by 1 px to the right of the columns. Fix is:

add frame.origin.x -= 1; on line 74 (just above NSRectFill(frame) in _drawThemeContents:) in BGHUDTableViewHeaderCell

Seems to fix it. Thanks for a amazing framework!

timthedevguy commented 13 years ago

BGHUDTableViewHeaderCell alignment fix.

Adjusted x coord by 1 pixel to align properly. Closed by 8a706f1a9b8e365740e88103b45cb14da6e2f964