diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 18:59:59 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 18:59:59 +0000 |
commit | e5b7de79f6951e99439d6376b4ae60d404ae5d5f (patch) | |
tree | 94e7c0e52d41e96a477740e319226b01ddf8be43 /chrome/app/theme | |
parent | a772c003b977e2bd93eee085bf4e439f401271aa (diff) | |
download | chromium_src-e5b7de79f6951e99439d6376b4ae60d404ae5d5f.zip chromium_src-e5b7de79f6951e99439d6376b4ae60d404ae5d5f.tar.gz chromium_src-e5b7de79f6951e99439d6376b4ae60d404ae5d5f.tar.bz2 |
Now drawing background for inactive app tabs.
BUG=None
TEST=Visual inspection.
Review URL: http://codereview.chromium.org/1701015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/tab_inactive_nano_center.png | bin | 0 -> 190 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_inactive_nano_left.png | bin | 0 -> 430 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_inactive_nano_right.png | bin | 0 -> 320 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/tab_inactive_nano_center.png b/chrome/app/theme/tab_inactive_nano_center.png Binary files differnew file mode 100644 index 0000000..8421530 --- /dev/null +++ b/chrome/app/theme/tab_inactive_nano_center.png diff --git a/chrome/app/theme/tab_inactive_nano_left.png b/chrome/app/theme/tab_inactive_nano_left.png Binary files differnew file mode 100644 index 0000000..236f46c --- /dev/null +++ b/chrome/app/theme/tab_inactive_nano_left.png diff --git a/chrome/app/theme/tab_inactive_nano_right.png b/chrome/app/theme/tab_inactive_nano_right.png Binary files differnew file mode 100644 index 0000000..6093a9b --- /dev/null +++ b/chrome/app/theme/tab_inactive_nano_right.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 4f57a5b..cfa5851 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -89,6 +89,9 @@ <include name="IDR_TAB_INACTIVE_CENTER" file="tab_inactive_center.png" type="BINDATA" /> <include name="IDR_TAB_INACTIVE_LEFT" file="tab_inactive_left.png" type="BINDATA" /> <include name="IDR_TAB_INACTIVE_RIGHT" file="tab_inactive_right.png" type="BINDATA" /> + <include name="IDR_TAB_INACTIVE_NANO_CENTER" file="tab_inactive_nano_center.png" type="BINDATA" /> + <include name="IDR_TAB_INACTIVE_NANO_LEFT" file="tab_inactive_nano_left.png" type="BINDATA" /> + <include name="IDR_TAB_INACTIVE_NANO_RIGHT" file="tab_inactive_nano_right.png" type="BINDATA" /> <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM" file="download_button_center_bottom.png" type="BINDATA" /> <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_H" file="download_button_center_bottom_h.png" type="BINDATA" /> <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_P" file="download_button_center_bottom_p.png" type="BINDATA" /> |