diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 00:56:34 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 00:56:34 +0000 |
commit | 0207043ab2d23d96a700bcb9bfb9044bd240ae7b (patch) | |
tree | 5f6aa4a1fc5bf4397c251fcb6eb8080e6803c764 /chrome/app | |
parent | dfce90e9af2e14880627a8c717bf909ba88cf263 (diff) | |
download | chromium_src-0207043ab2d23d96a700bcb9bfb9044bd240ae7b.zip chromium_src-0207043ab2d23d96a700bcb9bfb9044bd240ae7b.tar.gz chromium_src-0207043ab2d23d96a700bcb9bfb9044bd240ae7b.tar.bz2 |
Causes all info bubbles to fade in and out with an animation instead of just
appearing.
Change to BookmarkBubble.xib was to make the window not show on creation.
It will have more mods to it because of switching to IB on Snow Leopard.
BUG=27464
TEST=Make the bookmark bubble appear and disappear by clicking on the star.
Review URL: http://codereview.chromium.org/389027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/BookmarkBubble.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/nibs/BookmarkBubble.xib b/chrome/app/nibs/BookmarkBubble.xib index e3f6c3c..abc2b5d 100644 --- a/chrome/app/nibs/BookmarkBubble.xib +++ b/chrome/app/nibs/BookmarkBubble.xib @@ -12,7 +12,7 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="51"/> + <integer value="50"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -778,7 +778,7 @@ <string>{{241, 633}, {374, 145}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>{{241, 633}, {374, 145}}</string> - <boolean value="YES"/> + <boolean value="NO"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |