1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

fix potential future display bug in the table cell

This commit is contained in:
Mitchell Livingston 2008-02-04 13:48:55 +00:00
parent 5810578280
commit d8fe88ae9e

View file

@ -187,7 +187,7 @@
NSRect result = bounds;
result.size.height = BAR_HEIGHT;
result.origin.x = (minimal ? IMAGE_SIZE_MIN : IMAGE_SIZE_REG) + PADDING_BETWEEN_IMAGE_AND_BAR;
result.origin.x += (minimal ? IMAGE_SIZE_MIN : IMAGE_SIZE_REG) + PADDING_BETWEEN_IMAGE_AND_BAR;
result.origin.y += PADDING_ABOVE_TITLE + HEIGHT_TITLE;
if (minimal)