diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 21:03:02 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 21:03:02 +0000 |
commit | 2b2276608f079e2d59d2aeaf4321e1a2c0fa749c (patch) | |
tree | 22657c9c1924830843995bafca5507725aacc6bf /chrome/app | |
parent | 5df02d2171c09e771800b6ece95fef6ff27d0436 (diff) | |
download | chromium_src-2b2276608f079e2d59d2aeaf4321e1a2c0fa749c.zip chromium_src-2b2276608f079e2d59d2aeaf4321e1a2c0fa749c.tar.gz chromium_src-2b2276608f079e2d59d2aeaf4321e1a2c0fa749c.tar.bz2 |
Make thumbnails closable in tabpose
Also make the thumbnails left-aligned. The reason for this is that when thumbnails are closed, the reshuffling algorithm looks a bit busy. We want to eventually slide thumbs out on the left side on the window and then slide them back in from the right.
BUG=50307
TEST=
* Hover a thumb. It should show a close button.
* Press opt. All thumbs should show a close button.
* Press a close button. Thumb should close, the rest of the tabs should reshuffle.
Review URL: http://codereview.chromium.org/5960008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index b3e7124..41346d8 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -47,6 +47,7 @@ </if> <if expr="os == 'darwin'"> <include name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder_mac.png" type="BINDATA" /> + <include name="IDR_TABPOSE_CLOSE" file="tabpose_close.png" type="BINDATA" /> </if> <include name="IDR_BROWSER_ACTION" file="browser_action.png" type="BINDATA" /> <include name="IDR_BROWSER_ACTION_H" file="browser_action_h.png" type="BINDATA" /> |