diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 15:05:14 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 15:05:14 +0000 |
commit | ccd9b3778743563f09e264371e7264cbc00be3e0 (patch) | |
tree | f2154c5e904045da4669bd3540c0764b4faebb82 /ash/resources | |
parent | 077eb5efe5b2c0e68e64aba2263ef8c7bd589014 (diff) | |
download | chromium_src-ccd9b3778743563f09e264371e7264cbc00be3e0.zip chromium_src-ccd9b3778743563f09e264371e7264cbc00be3e0.tar.gz chromium_src-ccd9b3778743563f09e264371e7264cbc00be3e0.tar.bz2 |
Make the header/content separator into a hairline for apps in hidpi
In order to make the hairline header/content separator look good in HiDPI
- The header/content separator overlays the window controls (to avoid a 1 physical pixel gap between the window controls and the header/content separator in 2x)
- This CL makes the window controls 2 physical pixels taller in 2x
- The bottom 1 physical pixel of the window control images is transparent. This is necessary because the window controls paint on top of the header/content separator
BUG=340135
TEST=Manual, see bug
R=jamescook@chromium.org
Review URL: https://codereview.chromium.org/200493004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/resources')
10 files changed, 0 insertions, 0 deletions
diff --git a/ash/resources/default_100_percent/common/window_control_background_hover.png b/ash/resources/default_100_percent/common/window_control_background_hover.png Binary files differindex 2cd7731..497bf0b 100644 --- a/ash/resources/default_100_percent/common/window_control_background_hover.png +++ b/ash/resources/default_100_percent/common/window_control_background_hover.png diff --git a/ash/resources/default_100_percent/common/window_control_background_pressed.png b/ash/resources/default_100_percent/common/window_control_background_pressed.png Binary files differindex 6ea4c50..ca8f57c 100644 --- a/ash/resources/default_100_percent/common/window_control_background_pressed.png +++ b/ash/resources/default_100_percent/common/window_control_background_pressed.png diff --git a/ash/resources/default_100_percent/common/window_header_shade_bottom_inactive.png b/ash/resources/default_100_percent/common/window_header_shade_bottom_inactive.png Binary files differindex 7db8bda..ea6c4ba 100644 --- a/ash/resources/default_100_percent/common/window_header_shade_bottom_inactive.png +++ b/ash/resources/default_100_percent/common/window_header_shade_bottom_inactive.png diff --git a/ash/resources/default_100_percent/common/window_header_shade_left_inactive.png b/ash/resources/default_100_percent/common/window_header_shade_left_inactive.png Binary files differindex 2034832..b5c47da 100644 --- a/ash/resources/default_100_percent/common/window_header_shade_left_inactive.png +++ b/ash/resources/default_100_percent/common/window_header_shade_left_inactive.png diff --git a/ash/resources/default_100_percent/common/window_header_shade_right_inactive.png b/ash/resources/default_100_percent/common/window_header_shade_right_inactive.png Binary files differindex d95c40d..8848812 100644 --- a/ash/resources/default_100_percent/common/window_header_shade_right_inactive.png +++ b/ash/resources/default_100_percent/common/window_header_shade_right_inactive.png diff --git a/ash/resources/default_200_percent/common/window_control_background_hover.png b/ash/resources/default_200_percent/common/window_control_background_hover.png Binary files differindex 6d38ea5..1ae724a 100644 --- a/ash/resources/default_200_percent/common/window_control_background_hover.png +++ b/ash/resources/default_200_percent/common/window_control_background_hover.png diff --git a/ash/resources/default_200_percent/common/window_control_background_pressed.png b/ash/resources/default_200_percent/common/window_control_background_pressed.png Binary files differindex 4b3942e..63c208e 100644 --- a/ash/resources/default_200_percent/common/window_control_background_pressed.png +++ b/ash/resources/default_200_percent/common/window_control_background_pressed.png diff --git a/ash/resources/default_200_percent/common/window_header_shade_bottom_inactive.png b/ash/resources/default_200_percent/common/window_header_shade_bottom_inactive.png Binary files differindex 636a497..b0788ff 100644 --- a/ash/resources/default_200_percent/common/window_header_shade_bottom_inactive.png +++ b/ash/resources/default_200_percent/common/window_header_shade_bottom_inactive.png diff --git a/ash/resources/default_200_percent/common/window_header_shade_left_inactive.png b/ash/resources/default_200_percent/common/window_header_shade_left_inactive.png Binary files differindex e8ff008..91f4087 100644 --- a/ash/resources/default_200_percent/common/window_header_shade_left_inactive.png +++ b/ash/resources/default_200_percent/common/window_header_shade_left_inactive.png diff --git a/ash/resources/default_200_percent/common/window_header_shade_right_inactive.png b/ash/resources/default_200_percent/common/window_header_shade_right_inactive.png Binary files differindex cbf306c..4ed50e5 100644 --- a/ash/resources/default_200_percent/common/window_header_shade_right_inactive.png +++ b/ash/resources/default_200_percent/common/window_header_shade_right_inactive.png |