diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 01:14:03 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 01:14:03 +0000 |
commit | 28a64238455dbf32d5c32a523226fa12c2541df1 (patch) | |
tree | d1bbd1f6354be4fbae8a33bc108ee752881b9298 /chrome/app | |
parent | ff85ad39218c91338a7ab07dde8f8b8d98842047 (diff) | |
download | chromium_src-28a64238455dbf32d5c32a523226fa12c2541df1.zip chromium_src-28a64238455dbf32d5c32a523226fa12c2541df1.tar.gz chromium_src-28a64238455dbf32d5c32a523226fa12c2541df1.tar.bz2 |
Change the Windows UI for notifications one more time. All controls at the top. No more scrollbar overlap. Wrench icon for the options menu.
BUG=44389
TEST=create large notification with scrollbar
Review URL: http://codereview.chromium.org/2633001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rwxr-xr-x | chrome/app/theme/balloon_wrench.png | bin | 0 -> 482 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/balloon_wrench.png b/chrome/app/theme/balloon_wrench.png Binary files differnew file mode 100755 index 0000000..eae0861 --- /dev/null +++ b/chrome/app/theme/balloon_wrench.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index fbd2eda..0e7fdfc 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -333,6 +333,7 @@ <include name="IDR_BALLOON_BORDER" file="balloon_frame.png" type="BINDATA" /> <include name="IDR_BALLOON_SHELF" file="balloon_shelf.png" type="BINDATA" /> <include name="IDR_BALLOON_CLOSE" file="balloon_close.png" type="BINDATA" /> + <include name="IDR_BALLOON_WRENCH" file="balloon_wrench.png" type="BINDATA" /> <include name="IDR_BALLOON_CLOSE_HOVER" file="balloon_close_hover.png" type="BINDATA" /> <include name="IDR_BALLOON_OPTIONS_ARROW" file="balloon_options_arrow.png" type="BINDATA" /> <include name="IDR_BALLOON_OPTIONS_ARROW_HOVER" file="balloon_options_arrow_hover.png" type="BINDATA" /> |