diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 17:16:02 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 17:16:02 +0000 |
commit | 55af4046de847a9f423336d10ac4230c45ac2603 (patch) | |
tree | c55c8dfe66703fb2a5c0fe7cdb6352afedde84c0 /chrome/app | |
parent | d5c99b1735e08464682837ac5a61d985de2a7b3c (diff) | |
download | chromium_src-55af4046de847a9f423336d10ac4230c45ac2603.zip chromium_src-55af4046de847a9f423336d10ac4230c45ac2603.tar.gz chromium_src-55af4046de847a9f423336d10ac4230c45ac2603.tar.bz2 |
Make non-glass popups match new mockup from Glen.
Unfortunately glass popups can't be made to match the mockup unless we want to completely reimplement Windows titlebar drawing, so I'm leaving them pretty much unchanged :(
BUG=7569
Review URL: http://codereview.chromium.org/28072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/locationbg_readonly_center.png | bin | 177 -> 169 bytes | |||
-rw-r--r-- | chrome/app/theme/locationbg_readonly_edge.png | bin | 0 -> 180 bytes | |||
-rw-r--r-- | chrome/app/theme/locationbg_readonly_left.png | bin | 126 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/locationbg_readonly_right.png | bin | 127 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
5 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/theme/locationbg_readonly_center.png b/chrome/app/theme/locationbg_readonly_center.png Binary files differindex d13d279..effd919 100644 --- a/chrome/app/theme/locationbg_readonly_center.png +++ b/chrome/app/theme/locationbg_readonly_center.png diff --git a/chrome/app/theme/locationbg_readonly_edge.png b/chrome/app/theme/locationbg_readonly_edge.png Binary files differnew file mode 100644 index 0000000..ce4a34c --- /dev/null +++ b/chrome/app/theme/locationbg_readonly_edge.png diff --git a/chrome/app/theme/locationbg_readonly_left.png b/chrome/app/theme/locationbg_readonly_left.png Binary files differdeleted file mode 100644 index 07b0fb8..0000000 --- a/chrome/app/theme/locationbg_readonly_left.png +++ /dev/null diff --git a/chrome/app/theme/locationbg_readonly_right.png b/chrome/app/theme/locationbg_readonly_right.png Binary files differdeleted file mode 100644 index fe932dc..0000000 --- a/chrome/app/theme/locationbg_readonly_right.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 12d25d7..a443a57 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -265,9 +265,8 @@ <include name="IDR_UPDATE_AVAILABLE" file="update_available.png" type="BINDATA" /> <include name="IDR_MENU_PAGE" file="menu_page.png" type="BINDATA" /> <include name="IDR_MENU_CHROME" file="menu_chrome.png" type="BINDATA" /> - <include name="IDR_LOCATIONBG_POPUPMODE_LEFT" file="locationbg_readonly_left.png" type="BINDATA" /> <include name="IDR_LOCATIONBG_POPUPMODE_CENTER" file="locationbg_readonly_center.png" type="BINDATA" /> - <include name="IDR_LOCATIONBG_POPUPMODE_RIGHT" file="locationbg_readonly_right.png" type="BINDATA" /> + <include name="IDR_LOCATIONBG_POPUPMODE_EDGE" file="locationbg_readonly_edge.png" type="BINDATA" /> <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" /> <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" /> <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" /> |