attempt to fix dock badging

This commit is contained in:
Mitchell Livingston 2008-04-02 12:29:23 +00:00
parent b0e8590da1
commit f73bf96299
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
[stringShadow release];
}
NSRect badgeRect;
NSRect badgeRect = NSZeroRect;
badgeRect.size = [badge size];
badgeRect.origin.y = height;