Add tooltips.h header for setting tooltips rather than via ardour_ui.h
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 081629face532553894aa7879639ae291dde5b45..973110908bc8a017f7f46a3edc0dcccda92ef713 100644 (file)
@@ -6,8 +6,8 @@ style "default" = "medium_text"
 
   GtkTreeView::vertical-padding = 0
   GtkTreeView::horizontal-padding = 0
-  GtkTreeView::even-row-color = shade(0.25,@bases)
-  GtkTreeView::odd-row-color = lighter(lighter(@bases))
+  GtkTreeView::even-row-color = @bases
+  GtkTreeView::odd-row-color = @bases
   
   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
@@ -235,7 +235,7 @@ style "small_text"
 
 style "small_clock"
 {
-       font_name = "@CLOCKFONT@ @FONT_SMALLER@"
+       font_name = "@CLOCKFONT@ @FONT_NORMAL@"
 }
 
 style "small_italic_text"