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

Unified Diff: resources/gtkrc

Issue 3130014: Change tooltip corner radius to 4px. (Closed) Base URL: http://src.chromium.org/git/theme.git
Patch Set: Created 10 years, 4 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 | theme_draw.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: resources/gtkrc
diff --git a/resources/gtkrc b/resources/gtkrc
index eac77532e6824158703db92be23d9333f006beed..b7eb1397d57b83e6d913ced7b52e945592450af7 100644
--- a/resources/gtkrc
+++ b/resources/gtkrc
@@ -109,10 +109,10 @@ style "TextStyle" = "default" {
style "TooltipStyle" = "default" {
# Padding to allow a rounded rect border.
- xthickness = 10
+ xthickness = 8
# Padding to give more space at top and bottom.
- ythickness = 6
+ ythickness = 4
# Yellowish background.
bg[NORMAL] = "#FFF9E3"
« no previous file with comments | « no previous file | theme_draw.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698