diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 06:14:34 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 06:14:34 +0000 |
commit | 618c6260efe070cc74c878bb2eeebc09ac89777a (patch) | |
tree | 0c7b2c99bf5a955ac258ebb5b46342fe4f1699b4 /ui/resources | |
parent | 351d3d0e0be4e76ff6d6765fd58f598fd62a5224 (diff) | |
download | chromium_src-618c6260efe070cc74c878bb2eeebc09ac89777a.zip chromium_src-618c6260efe070cc74c878bb2eeebc09ac89777a.tar.gz chromium_src-618c6260efe070cc74c878bb2eeebc09ac89777a.tar.bz2 |
Add new disabled and checked check/radio images.
For Checkbox and RadioButton when both disabled *and* checked.
This state is already supported, but needs assets for an impending CL:
https://codereview.chromium.org/15061006/
I compressed the assets with the 'aggressive' setting:
$ build/sanitize-png-files.sh -o2 ~/Chrome/Buttons/inactive/
...
Processed 4 files (out of 4 files) in 00:00:12s
Result : 2943 => 1739 bytes (1204 bytes : 40 %)
BUG=242707
TEST=NONE
TBR=oshima@chromium.org
Review URL: https://codereview.chromium.org/15659003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/default_100_percent/common/checkbox_checked_inactive.png | bin | 0 -> 236 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/common/radio_checked_inactive.png | bin | 0 -> 351 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/common/checkbox_checked_inactive.png | bin | 0 -> 458 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/common/radio_checked_inactive.png | bin | 0 -> 694 bytes | |||
-rw-r--r-- | ui/resources/ui_resources.grd | 2 |
5 files changed, 2 insertions, 0 deletions
diff --git a/ui/resources/default_100_percent/common/checkbox_checked_inactive.png b/ui/resources/default_100_percent/common/checkbox_checked_inactive.png Binary files differnew file mode 100644 index 0000000..65af776 --- /dev/null +++ b/ui/resources/default_100_percent/common/checkbox_checked_inactive.png diff --git a/ui/resources/default_100_percent/common/radio_checked_inactive.png b/ui/resources/default_100_percent/common/radio_checked_inactive.png Binary files differnew file mode 100644 index 0000000..40e6f16 --- /dev/null +++ b/ui/resources/default_100_percent/common/radio_checked_inactive.png diff --git a/ui/resources/default_200_percent/common/checkbox_checked_inactive.png b/ui/resources/default_200_percent/common/checkbox_checked_inactive.png Binary files differnew file mode 100644 index 0000000..590203d --- /dev/null +++ b/ui/resources/default_200_percent/common/checkbox_checked_inactive.png diff --git a/ui/resources/default_200_percent/common/radio_checked_inactive.png b/ui/resources/default_200_percent/common/radio_checked_inactive.png Binary files differnew file mode 100644 index 0000000..2822f30 --- /dev/null +++ b/ui/resources/default_200_percent/common/radio_checked_inactive.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 6a50026..b90cde6 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -172,6 +172,7 @@ <structure type="chrome_scaled_image" name="IDR_BUTTON_PRESSED_TOP_RIGHT" file="common/button_pressed_top_right.png" /> <structure type="chrome_scaled_image" name="IDR_CHECKBOX" file="common/checkbox.png" /> <structure type="chrome_scaled_image" name="IDR_CHECKBOX_CHECKED" file="common/checkbox_checked.png" /> + <structure type="chrome_scaled_image" name="IDR_CHECKBOX_CHECKED_DISABLED" file="common/checkbox_checked_inactive.png" /> <structure type="chrome_scaled_image" name="IDR_CHECKBOX_CHECKED_HOVER" file="common/checkbox_checked_hover.png" /> <structure type="chrome_scaled_image" name="IDR_CHECKBOX_CHECKED_PRESSED" file="common/checkbox_checked_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_CHECKBOX_DISABLED" file="common/checkbox_inactive.png" /> @@ -185,6 +186,7 @@ <structure type="chrome_scaled_image" name="IDR_CHECKBOX_PRESSED" file="common/checkbox_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_RADIO" file="common/radio.png" /> <structure type="chrome_scaled_image" name="IDR_RADIO_CHECKED" file="common/radio_checked.png" /> + <structure type="chrome_scaled_image" name="IDR_RADIO_CHECKED_DISABLED" file="common/radio_checked_inactive.png" /> <structure type="chrome_scaled_image" name="IDR_RADIO_CHECKED_HOVER" file="common/radio_checked_hover.png" /> <structure type="chrome_scaled_image" name="IDR_RADIO_CHECKED_PRESSED" file="common/radio_checked_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_RADIO_DISABLED" file="common/radio_inactive.png" /> |