add style for BarController SpinButton
authorRobin Gareus <robin@gareus.org>
Tue, 2 Sep 2014 03:07:41 +0000 (05:07 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 2 Sep 2014 03:14:22 +0000 (05:14 +0200)
gtk2_ardour/ardour3_styles.rc.in
gtk2_ardour/ardour3_widget_list.rc

index 6d8998fd9cbe763616927c168c44cf082cd8e6b8..6e365650656aa0b3f64f719b083ffe2184585b3e 100644 (file)
@@ -647,6 +647,23 @@ style "small_entry" = "small_text"
        base[SELECTED] = @@COLPREFIX@_base
 }
 
+style "small_spinner" = "small_text"
+{
+       xthickness = 0
+       ythickness = 0
+       fg[NORMAL] = @@COLPREFIX@_text
+       fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
+       fg[SELECTED] = @@COLPREFIX@_fg_selected
+
+       text[NORMAL] = @@COLPREFIX@_text
+       text[ACTIVE] = @@COLPREFIX@_text
+       text[SELECTED] = @@COLPREFIX@_fg_selected
+
+       base[NORMAL] = @@COLPREFIX@_base
+       base[ACTIVE] = @@COLPREFIX@_base
+       base[SELECTED] = @@COLPREFIX@_base
+}
+
 style "red_active_small_entry" = "small_entry"
 {
        fg[ACTIVE] = @@COLPREFIX@_text
index 6f8fda6906a98173c6800ede60f73319cfa24a16..0d76dde59c8a04ad82bc139b8c4f93264f53c886 100644 (file)
@@ -290,6 +290,9 @@ widget "*PluginLoadButton" style:highest "small_button"
 widget "*PluginLoadButton*" style:highest "small_button"
 widget "*PluginEditorButton" style:highest "default_toggle_button"
 
+widget "*BarControlSpinner" style:highest "small_spinner"
+widget "*BarControlSpinner*" style:highest "small_spinner"
+
 widget "*meterstripPPM" style:highest "meter_strip_ppm"
 widget "*meterstripDPM" style:highest "meter_strip_dpm"
 widget "*meterstripVU" style:highest "meter_strip_vu"