Tidy up region gain line drawing slightly so that it doesn't overhang its region...
[ardour.git] / gtk2_ardour / ardour2_ui.rc
index 23823d27a35e333e5e696268ae29284dc2cf4c23..d873220140e0f4cc269bfdd2ec35a1bc63cd4c98 100644 (file)
@@ -448,6 +448,7 @@ style "editor_hscrollbar" = "ardour_adjusters"
        # make it bigger.
        # 
        GtkRange::slider_width = 27
+       GtkScrollbar::slider_width = 27
 }
 
 style "ardour_progressbars" = "default_buttons_menus"
@@ -838,11 +839,11 @@ style "track_controls_inactive"
 
 style "edit_controls_base_selected"
 {
-       bg[NORMAL] = { 0.56, 0.56, 0.56 }
-       bg[ACTIVE] = { 0.56, 0.56, 0.56 }
-       bg[INSENSITIVE] = { 0.56, 0.56, 0.56 }
-       bg[SELECTED] = { 0.56, 0.56, 0.56 }
-       bg[PRELIGHT] = { 0.56, 0.56, 0.56 }
+       bg[NORMAL] = { 0.60, 0.54, 0.60 }
+       bg[ACTIVE] = { 0.60, 0.54, 0.60 }
+       bg[INSENSITIVE] = { 0.60, 0.54, 0.60 }
+       bg[SELECTED] = { 0.60, 0.54, 0.60 }
+       bg[PRELIGHT] = { 0.60, 0.54, 0.60 }
 }
 
 style "automation_track_controls_base"