diff options
author | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 13:26:17 +0000 |
---|---|---|
committer | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 13:26:17 +0000 |
commit | 30a718b5ead20a1b7390b7a9c0e292c0c486b979 (patch) | |
tree | d091095a643c101cc1fc7037bd38163f06d6a454 /ash/resources | |
parent | caa573d27c4bae2fe0fe24ba7e1ef2c0f5043ae0 (diff) | |
download | chromium_src-30a718b5ead20a1b7390b7a9c0e292c0c486b979.zip chromium_src-30a718b5ead20a1b7390b7a9c0e292c0c486b979.tar.gz chromium_src-30a718b5ead20a1b7390b7a9c0e292c0c486b979.tar.bz2 |
Add minimize button assets for panel windows.
BUG=172275
TEST=Open a panel window, minimize button next to close button has the minimize button asset.
Review URL: https://codereview.chromium.org/12313153
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/resources')
-rw-r--r-- | ash/resources/ash_resources.grd | 3 | ||||
-rw-r--r-- | ash/resources/default_100_percent/common/window_minimize_short_hover.png | bin | 0 -> 429 bytes | |||
-rw-r--r-- | ash/resources/default_100_percent/common/window_minimize_short_normal.png | bin | 0 -> 375 bytes | |||
-rw-r--r-- | ash/resources/default_100_percent/common/window_minimize_short_pressed.png | bin | 0 -> 596 bytes | |||
-rw-r--r-- | ash/resources/default_200_percent/common/window_minimize_short_hover.png | bin | 0 -> 785 bytes | |||
-rw-r--r-- | ash/resources/default_200_percent/common/window_minimize_short_normal.png | bin | 0 -> 623 bytes | |||
-rw-r--r-- | ash/resources/default_200_percent/common/window_minimize_short_pressed.png | bin | 0 -> 1046 bytes |
7 files changed, 3 insertions, 0 deletions
diff --git a/ash/resources/ash_resources.grd b/ash/resources/ash_resources.grd index d6d74aa..07c4127 100644 --- a/ash/resources/ash_resources.grd +++ b/ash/resources/ash_resources.grd @@ -256,6 +256,9 @@ <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE2_H" file="common/window_size_short_black_hover.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE2_P" file="common/window_size_short_black_pressed.png" /> + <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_MINIMIZE_SHORT" file="common/window_minimize_short_normal.png" /> + <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_MINIMIZE_SHORT_H" file="common/window_minimize_short_hover.png" /> + <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_MINIMIZE_SHORT_P" file="common/window_minimize_short_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT" file="common/window_position_left_normal.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_H" file="common/window_position_left_hover.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_P" file="common/window_position_left_pressed.png" /> diff --git a/ash/resources/default_100_percent/common/window_minimize_short_hover.png b/ash/resources/default_100_percent/common/window_minimize_short_hover.png Binary files differnew file mode 100644 index 0000000..379e7296 --- /dev/null +++ b/ash/resources/default_100_percent/common/window_minimize_short_hover.png diff --git a/ash/resources/default_100_percent/common/window_minimize_short_normal.png b/ash/resources/default_100_percent/common/window_minimize_short_normal.png Binary files differnew file mode 100644 index 0000000..2275079 --- /dev/null +++ b/ash/resources/default_100_percent/common/window_minimize_short_normal.png diff --git a/ash/resources/default_100_percent/common/window_minimize_short_pressed.png b/ash/resources/default_100_percent/common/window_minimize_short_pressed.png Binary files differnew file mode 100644 index 0000000..d2fef09 --- /dev/null +++ b/ash/resources/default_100_percent/common/window_minimize_short_pressed.png diff --git a/ash/resources/default_200_percent/common/window_minimize_short_hover.png b/ash/resources/default_200_percent/common/window_minimize_short_hover.png Binary files differnew file mode 100644 index 0000000..79288b7 --- /dev/null +++ b/ash/resources/default_200_percent/common/window_minimize_short_hover.png diff --git a/ash/resources/default_200_percent/common/window_minimize_short_normal.png b/ash/resources/default_200_percent/common/window_minimize_short_normal.png Binary files differnew file mode 100644 index 0000000..c62b876 --- /dev/null +++ b/ash/resources/default_200_percent/common/window_minimize_short_normal.png diff --git a/ash/resources/default_200_percent/common/window_minimize_short_pressed.png b/ash/resources/default_200_percent/common/window_minimize_short_pressed.png Binary files differnew file mode 100644 index 0000000..3c0a40c --- /dev/null +++ b/ash/resources/default_200_percent/common/window_minimize_short_pressed.png |