diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 23:12:18 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 23:12:18 +0000 |
commit | ffec8075260e4b7157aea414b679e7df6da61f4d (patch) | |
tree | 2b926f7c26fa99784b2cbfdeeaa46c3ed874627e /chrome/app/theme | |
parent | 97980746f896407df42210d635185901e27b8d5d (diff) | |
download | chromium_src-ffec8075260e4b7157aea414b679e7df6da61f4d.zip chromium_src-ffec8075260e4b7157aea414b679e7df6da61f4d.tar.gz chromium_src-ffec8075260e4b7157aea414b679e7df6da61f4d.tar.bz2 |
Support drawing nano tabs in the tabstrip.
BUG=42146
TEST=Launch an Extension App and make sure it is visually differently drawn than anything else.
Review URL: http://codereview.chromium.org/1689002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/tab_active_nano_center.png | bin | 0 -> 164 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_active_nano_left.png | bin | 0 -> 377 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_active_nano_right.png | bin | 0 -> 326 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_alpha_nano_left.png | bin | 0 -> 240 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_alpha_nano_right.png | bin | 0 -> 239 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 5 |
6 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/theme/tab_active_nano_center.png b/chrome/app/theme/tab_active_nano_center.png Binary files differnew file mode 100644 index 0000000..e625593 --- /dev/null +++ b/chrome/app/theme/tab_active_nano_center.png diff --git a/chrome/app/theme/tab_active_nano_left.png b/chrome/app/theme/tab_active_nano_left.png Binary files differnew file mode 100644 index 0000000..5512d60 --- /dev/null +++ b/chrome/app/theme/tab_active_nano_left.png diff --git a/chrome/app/theme/tab_active_nano_right.png b/chrome/app/theme/tab_active_nano_right.png Binary files differnew file mode 100644 index 0000000..ac970e1 --- /dev/null +++ b/chrome/app/theme/tab_active_nano_right.png diff --git a/chrome/app/theme/tab_alpha_nano_left.png b/chrome/app/theme/tab_alpha_nano_left.png Binary files differnew file mode 100644 index 0000000..2c294a4 --- /dev/null +++ b/chrome/app/theme/tab_alpha_nano_left.png diff --git a/chrome/app/theme/tab_alpha_nano_right.png b/chrome/app/theme/tab_alpha_nano_right.png Binary files differnew file mode 100644 index 0000000..b068a30 --- /dev/null +++ b/chrome/app/theme/tab_alpha_nano_right.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 47da596..6ae7e8d 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -79,6 +79,9 @@ <include name="IDR_TAB_ACTIVE_CENTER" file="tab_active_center.png" type="BINDATA" /> <include name="IDR_TAB_ACTIVE_LEFT" file="tab_active_left.png" type="BINDATA" /> <include name="IDR_TAB_ACTIVE_RIGHT" file="tab_active_right.png" type="BINDATA" /> + <include name="IDR_TAB_ACTIVE_NANO_CENTER" file="tab_active_nano_center.png" type="BINDATA" /> + <include name="IDR_TAB_ACTIVE_NANO_LEFT" file="tab_active_nano_left.png" type="BINDATA" /> + <include name="IDR_TAB_ACTIVE_NANO_RIGHT" file="tab_active_nano_right.png" type="BINDATA" /> <include name="IDR_TAB_CLOSE" file="tab_close.png" type="BINDATA" /> <include name="IDR_TAB_CLOSE_H" file="tab_close_h.png" type="BINDATA" /> <include name="IDR_TAB_CLOSE_P" file="tab_close_p.png" type="BINDATA" /> @@ -279,6 +282,8 @@ <include name="IDR_BOOKMARK_MANAGER_SEARCH_ICON" file="bookmark_manager_search.png" type="BINDATA" /> <include name="IDR_TAB_ALPHA_LEFT" file="tab_alpha_left.png" type="BINDATA" /> <include name="IDR_TAB_ALPHA_RIGHT" file="tab_alpha_right.png" type="BINDATA" /> + <include name="IDR_TAB_ALPHA_NANO_LEFT" file="tab_alpha_nano_left.png" type="BINDATA" /> + <include name="IDR_TAB_ALPHA_NANO_RIGHT" file="tab_alpha_nano_right.png" type="BINDATA" /> <include name="IDR_TAB_ALPHA_NEW_TAB" file="tab_alpha_new_tab.png" type="BINDATA" /> <include name="IDR_TAB_NEW_TAB_SHADOW" file="tab_new_tab_shadow.png" type="BINDATA" /> |