summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-02-13 22:45:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-02-13 22:45:49 +0000
commit618599bc04d25f77cc84c6651d6ed22089c39aaf (patch)
tree9619eec5c96055892630863d3067774952b7556a /gtk2_ardour/ardour2_ui.rc
parente6cd6449c998582e71f0ecf76529a694bf0a96a3 (diff)
fix buttons, finally?
git-svn-id: svn://localhost/ardour2/trunk@1454 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc25
1 files changed, 22 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index ea54d74615..3cee04ced9 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -190,9 +190,9 @@ style "gain_fader"
bg[ACTIVE] = { 0.152, 0.152, 0.168 }
}
+
style "track_rec_enable_button" = "small_button"
{
- bg[ACTIVE] = { 0.30, 0.30, 0.35 }
}
style "track_rec_enable_button_active" = "small_button"
@@ -399,8 +399,22 @@ style "transport_button_active"
style "transport_rec_button"
{
+}
+
+style "transport_rec_button_active"
+{
bg[ACTIVE] = { 1.0, 0, 0 }
- bg[PRELIGHT] = { 0.91, 0.68, 0.68 } #blinking rec button color
+ bg[NORMAL] = { 1.0, 0, 0 }
+ bg[SELECTED] = { 1.0, 0, 0 }
+ bg[PRELIGHT] = { 1.0, 0, 0 }
+}
+
+style "transport_rec_button_alternate"
+{
+ bg[PRELIGHT] = { 0.91, 0.68, 0.68 }
+ bg[NORMAL] = { 0.91, 0.68, 0.68 }
+ bg[SELECTED] = { 0.91, 0.68, 0.68 }
+ bg[ACTIVE] = { 0.91, 0.68, 0.68 }
}
style "shuttle_control" = "very_small_text"
@@ -1214,7 +1228,7 @@ widget "*MixerCommentButton" style "very_small_button"
widget "*MixerCommentButton*" style "very_small_button"
widget "*EditGroupButton" style "very_small_button"
widget "*EditGroupButtonLabel" style "very_small_button"
-widget "*TransportButton" style "transport_button"
+widget "*TransportButton" style "transport_rec_button"
widget "*TransportButton-active" style "transport_button_active"
widget "*ShuttleButton" style "transport_button"
widget "*ShuttleButton*" style "transport_button"
@@ -1223,6 +1237,11 @@ widget "*ShuttleDisplay*" style "transport_button"
widget "*ShuttleControl" style "shuttle_control"
widget "*TransportRecButton" style "transport_rec_button"
widget "*TransportRecButton*" style "transport_rec_button"
+widget "*TransportRecButton-active" style "transport_rec_button_active"
+widget "*TransportRecButton-active*" style "transport_rec_button_active"
+widget "*TransportRecButton-alternate" style "transport_rec_button_alternate"
+widget "*TransportRecButton-alternate*" style "transport_rec_button_alternate"
+widget "*TransportRecButton*" style "transport_rec_button"
widget "*RecordingXrunWarningWindow" style "xrun_warn"
widget "*RecordingXrunWarningWindow*" style "xrun_warn"
widget "*MainMenuBar" style "menu_bar_base"