summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-18 13:30:01 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit2886b9659b21ffa95c96cad71390842a34804507 (patch)
tree77861d6b7c722abbf83fb04084684072e95ad38e /gtk2_ardour/clearlooks.rc.in
parenta2704dbff8ccfc39b863279629b347fb008b8729 (diff)
vertical VCA names in VCA strips
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 24acda34d9..fc777bb932 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -1019,6 +1019,12 @@ style "settings_notebook" = "big_text"
{
}
+
+style "vca_vertical_box" = "medium_bold_text"
+{
+ bg[NORMAL] = shade (0.82, @background)
+}
+
class "GtkWidget" style:highest "default"
class "GtkScrollbar" style:highest "ardour_adjusters"
class "GtkLabel" style:highest "default_generic"
@@ -1032,6 +1038,7 @@ widget "*MarkerText" style:highest "marker_text"
widget "*ArdourContextMenu*" style:highest "default_menu"
widget "*mixer strip button" style:highest "very_small_button"
+widget "*vca_vertical_box" style:highest "vca_vertical_box"
widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
widget "*OptionsNotebook" style:highest "preferences"