Tweak the position of the favicon so that it lines up with the text field better.

git-svn-id: svn://10.0.0.236/trunk@179947 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smfr%smfr.org
2005-09-10 03:48:19 +00:00
parent bdee7b84dc
commit 7f0ae4c12f

View File

@@ -231,7 +231,7 @@ NS_IMPL_ISUPPORTS1(AutoCompleteListener, nsIAutoCompleteListener)
[mProxyIcon removeFromSuperviewWithoutNeedingDisplay];
[self addSubview:mProxyIcon];
[mProxyIcon release];
[mProxyIcon setFrameOrigin: NSMakePoint(3, 4)];
[mProxyIcon setFrameOrigin: NSMakePoint(3, 3)];
// Create the icon column
column = [[[NSTableColumn alloc] initWithIdentifier:@"icon"] autorelease];
[column setWidth:[mProxyIcon frame].origin.x + [mProxyIcon frame].size.width];