diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 22:38:49 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 22:38:49 +0000 |
commit | e00e0cc2284c3a8e0b74841ace6b9dad9bd1df94 (patch) | |
tree | 1b7b1b2beaac958b7dc7140c5ac47f1980e1b509 /chrome/app/theme | |
parent | 50e97a860bc60d35b455e674303c6ca247a03383 (diff) | |
download | chromium_src-e00e0cc2284c3a8e0b74841ace6b9dad9bd1df94.zip chromium_src-e00e0cc2284c3a8e0b74841ace6b9dad9bd1df94.tar.gz chromium_src-e00e0cc2284c3a8e0b74841ace6b9dad9bd1df94.tar.bz2 |
Changes docking in the following ways:
. Dock icons for window docking positions could go offscreen
before.
. It was possible to show the maximize indicator on the wrong
screen. This was because equals was not comparing the monitor bounds.
. Tweaks to color, size and animation from Glen.
BUG=none
TEST=make sure there are no bugs with docking tabs.
Review URL: http://codereview.chromium.org/42041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/dock_tab_high.png | bin | 0 -> 469 bytes | |||
-rw-r--r-- | chrome/app/theme/dock_tab_max.png | bin | 0 -> 525 bytes | |||
-rw-r--r-- | chrome/app/theme/dock_tab_wide.png | bin | 0 -> 479 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/dock_tab_high.png b/chrome/app/theme/dock_tab_high.png Binary files differnew file mode 100644 index 0000000..97c9c0f --- /dev/null +++ b/chrome/app/theme/dock_tab_high.png diff --git a/chrome/app/theme/dock_tab_max.png b/chrome/app/theme/dock_tab_max.png Binary files differnew file mode 100644 index 0000000..092011b --- /dev/null +++ b/chrome/app/theme/dock_tab_max.png diff --git a/chrome/app/theme/dock_tab_wide.png b/chrome/app/theme/dock_tab_wide.png Binary files differnew file mode 100644 index 0000000..d7feb50 --- /dev/null +++ b/chrome/app/theme/dock_tab_wide.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index a443a57..d6383db 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -304,6 +304,9 @@ <include name="IDR_BOOKMARK_MANAGER_RECENT_ICON" file="bookmark_manager_recent.png" type="BINDATA" /> <include name="IDR_BOOKMARK_MANAGER_SEARCH_ICON" file="bookmark_manager_search.png" type="BINDATA" /> <include name="IDR_MENU_DROPARROW" file="menu_droparrow.png" type="BINDATA" /> + <include name="IDR_DOCK_MAX" file="dock_tab_max.png" type="BINDATA" /> + <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" /> + <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_ABOUT_BACKGROUND" file="google_chrome/about_background.png" type="BINDATA" /> |