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

This commit is contained in:
smfr%smfr.org 2005-09-10 03:48:13 +00:00
Родитель e6905e68a1
Коммит 3215fef161
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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];