From 7f0ae4c12f3cd79520283c6440120a612cf08a80 Mon Sep 17 00:00:00 2001 From: "smfr%smfr.org" Date: Sat, 10 Sep 2005 03:48:19 +0000 Subject: [PATCH] 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 --- mozilla/camino/src/browser/AutoCompleteTextField.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/camino/src/browser/AutoCompleteTextField.mm b/mozilla/camino/src/browser/AutoCompleteTextField.mm index 96c5f1c5016..3e906e89276 100644 --- a/mozilla/camino/src/browser/AutoCompleteTextField.mm +++ b/mozilla/camino/src/browser/AutoCompleteTextField.mm @@ -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];