summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 00:17:14 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 00:17:14 +0000
commit515b91fb5073d5341c6b5d9fb67274ddcb15f51c (patch)
tree9833bbe8eff2de19cf7de9e0f8404c5c8c385f1d /ui
parent6fa21d04082f0ec4416be6095d6cc12011cc4050 (diff)
downloadchromium_src-515b91fb5073d5341c6b5d9fb67274ddcb15f51c.zip
chromium_src-515b91fb5073d5341c6b5d9fb67274ddcb15f51c.tar.gz
chromium_src-515b91fb5073d5341c6b5d9fb67274ddcb15f51c.tar.bz2
Refine panel UI looks on Windows: change bottom-left and bottom-right corners to be not rounded.
BUG=none TEST=Manual test by launching panels and verify their UI looks Review URL: http://codereview.chromium.org/8430040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/resources/panel_bottom_left_corner.pngbin0 -> 186 bytes
-rw-r--r--ui/resources/panel_bottom_right_corner.pngbin0 -> 180 bytes
-rw-r--r--ui/resources/ui_resources.grd2
3 files changed, 2 insertions, 0 deletions
diff --git a/ui/resources/panel_bottom_left_corner.png b/ui/resources/panel_bottom_left_corner.png
new file mode 100644
index 0000000..6ae8a15
--- /dev/null
+++ b/ui/resources/panel_bottom_left_corner.png
Binary files differ
diff --git a/ui/resources/panel_bottom_right_corner.png b/ui/resources/panel_bottom_right_corner.png
new file mode 100644
index 0000000..6451433
--- /dev/null
+++ b/ui/resources/panel_bottom_right_corner.png
Binary files differ
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 2eb6b05..c9670c2 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -114,6 +114,8 @@
<include name="IDR_WINDOW_TOP_CENTER" file="window_top_center.png" type="BINDATA" />
<include name="IDR_WINDOW_TOP_LEFT_CORNER" file="window_top_left_corner.png" type="BINDATA" />
<include name="IDR_WINDOW_TOP_RIGHT_CORNER" file="window_top_right_corner.png" type="BINDATA" />
+ <include name="IDR_PANEL_BOTTOM_LEFT_CORNER" file="panel_bottom_left_corner.png" type="BINDATA" />
+ <include name="IDR_PANEL_BOTTOM_RIGHT_CORNER" file="panel_bottom_right_corner.png" type="BINDATA" />
<!-- Images only used by the Views toolkit. -->
<if expr="pp_ifdef('toolkit_views')">