зеркало из https://github.com/mozilla/pjs.git
Tweak the position of the favicon so that it lines up with the text field better.
This commit is contained in:
Родитель
e6905e68a1
Коммит
3215fef161
|
@ -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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче