diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 15:28:02 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 15:28:02 +0000 |
commit | 41000672d5b54120e4178407aabb3554cf3fe317 (patch) | |
tree | 8da855c07d80ce5cf09a99f5a1efe297e22f743c /chrome/app/resources | |
parent | afac6fe84c150e64339e3c71b460f05d9415ae5b (diff) | |
download | chromium_src-41000672d5b54120e4178407aabb3554cf3fe317.zip chromium_src-41000672d5b54120e4178407aabb3554cf3fe317.tar.gz chromium_src-41000672d5b54120e4178407aabb3554cf3fe317.tar.bz2 |
Fix timing issue with first run bubble, and tweak size of OEM bubble so it looks more like Glen's mock.
BUG= http://crbug.com/9233
TEST= Run Chrome with --first-run option. Notice that first run info bubble does not go away within the first second even if you click on or away from the browser.
Review URL: http://codereview.chromium.org/118143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 0c52705..b62af88 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -510,7 +510,7 @@ <!-- The width and height of the First Run Search Information mini --> <!-- bubble in characters and lines (See above). --> <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 70 + 58 </message> <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 4 |