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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user