Commit 30699ab3 authored by ellyjones's avatar ellyjones Committed by Commit bot

views: use MEDIUM for TabbedPane tabs, not NORMAL

BUG=635176

Review-Url: https://codereview.chromium.org/2315243002
Cr-Commit-Position: refs/heads/master@{#416990}
parent 64e96a0f
......@@ -275,7 +275,7 @@ void MdTab::OnStateChanged() {
: theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor);
title()->SetEnabledColor(font_color);
gfx::Font::Weight font_weight = gfx::Font::Weight::NORMAL;
gfx::Font::Weight font_weight = gfx::Font::Weight::MEDIUM;
#if defined(OS_WIN)
if (selected())
font_weight = gfx::Font::Weight::BOLD;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment