Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: ui/views/controls/tabbed_pane/tabbed_pane.cc

Issue 2315243002: views: use MEDIUM for TabbedPane tabs, not NORMAL (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/tabbed_pane/tabbed_pane.cc
diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.cc b/ui/views/controls/tabbed_pane/tabbed_pane.cc
index 0b8810d7709da295c681c65f8ad548e4b5ad0265..b445db30b5cef9f364aaeb3f6be7651c51800c9f 100644
--- a/ui/views/controls/tabbed_pane/tabbed_pane.cc
+++ b/ui/views/controls/tabbed_pane/tabbed_pane.cc
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698