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

Unified Diff: chrome/browser/ui/views/web_intent_picker_views.cc

Issue 11143024: Add ability to underline links on hover in Views (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge master Created 8 years, 2 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 | ui/views/controls/link.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/web_intent_picker_views.cc
diff --git a/chrome/browser/ui/views/web_intent_picker_views.cc b/chrome/browser/ui/views/web_intent_picker_views.cc
index 9341aad2467dd46ce712c50094355eb861c4a119..ecd09c9547b48ed6b53dd6188b0c13e03b9ef7b8 100644
--- a/chrome/browser/ui/views/web_intent_picker_views.cc
+++ b/chrome/browser/ui/views/web_intent_picker_views.cc
@@ -142,6 +142,7 @@ views::Link* CreateLink() {
link->SetEnabledColor(kEnabledLinkColor);
link->SetDisabledColor(kDisabledLinkColor);
link->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
+ link->SetUnderlineOnHover(true);
return link;
}
« no previous file with comments | « no previous file | ui/views/controls/link.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698