summaryrefslogtreecommitdiffstats
path: root/ash/wm/frame_painter.cc
diff options
context:
space:
mode:
authorskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-15 05:16:25 +0000
committerskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-15 05:16:25 +0000
commitaa14ff7567a867cc868e83730b5fb3011b23dc79 (patch)
treee6cb2afe842f8cd5c8d7c7ced9cb1de626d6f61d /ash/wm/frame_painter.cc
parentce89d055bc7b9bd3afafed34d746b3b9fcd3929f (diff)
downloadchromium_src-aa14ff7567a867cc868e83730b5fb3011b23dc79.zip
chromium_src-aa14ff7567a867cc868e83730b5fb3011b23dc79.tar.gz
chromium_src-aa14ff7567a867cc868e83730b5fb3011b23dc79.tar.bz2
Change window header size for applications which are popups
BUG=145618 TEST=visual Review URL: https://chromiumcodereview.appspot.com/10905300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/frame_painter.cc')
-rw-r--r--ash/wm/frame_painter.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc
index fc01f34..3a33893 100644
--- a/ash/wm/frame_painter.cc
+++ b/ash/wm/frame_painter.cc
@@ -37,9 +37,9 @@ namespace {
// the web content and may need to be built into the shadow layers instead.
const int kBorderThickness = 0;
// Space between left edge of window and popup window icon.
-const int kIconOffsetX = 4;
+const int kIconOffsetX = 9;
// Space between top of window and popup window icon.
-const int kIconOffsetY = 6;
+const int kIconOffsetY = 9;
// Height and width of window icon.
const int kIconSize = 16;
// Space between the title text and the caption buttons.
@@ -49,7 +49,7 @@ const int kTitleIconOffsetX = 4;
// Space between window edge and title text, when there is no icon.
const int kTitleNoIconOffsetX = 8;
// Space between title text and top of window.
-const int kTitleOffsetY = 7;
+const int kTitleOffsetY = 10;
// Color for the title text.
const SkColor kTitleTextColor = SkColorSetRGB(40, 40, 40);
// Size of header/content separator line below the header image.