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

Unified Diff: src/platform/theme/resources/gtkrc

Issue 1517028: More theme changes: (Closed)
Patch Set: Created 10 years, 8 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 | src/platform/theme/theme_draw.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/theme/resources/gtkrc
diff --git a/src/platform/theme/resources/gtkrc b/src/platform/theme/resources/gtkrc
index 37b8ed6548c4d79240ed5714424d72a2a60f5417..43ab469f99b4bf141dd42fe2a8ef695bf4113f8b 100644
--- a/src/platform/theme/resources/gtkrc
+++ b/src/platform/theme/resources/gtkrc
@@ -2,6 +2,12 @@ gtk_color_scheme = "fg_color:#000\nbg_color:#F7F7F7\nbase_color:#F7F7F7\ntext_co
gtk-font-name="DroidSans 7"
+# Disable button images.
+gtk-button-images = 0
+
+# Diable mnemonics for labels and menu items.
+gtk-enable-mnemonics = 0
+
style "default" {
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @text_color
@@ -83,6 +89,9 @@ style "NotebookStyle" = "default" {
# We don't want tabs to overlap.
GtkNotebook::tab_overlap = 0
+
+ # Padding for tabs.
+ GtkNotebook::tab-curvature = 10
}
style "TextStyle" = "default" {
« no previous file with comments | « no previous file | src/platform/theme/theme_draw.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698