summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-05 02:06:29 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-05 02:06:29 +0000
commit24f03e4444a1e52e16223a02de7deff5d3905688 (patch)
treeabcc06b19ee4b88b30682debda561ec437c9d46d /gtk2_ardour/ardour3_ui_dark.rc.in
parent92b787ffbad9bf1cfd210134df5f265d3b4532e1 (diff)
Light mono button up when it is active, and make it bindable. Fixes #3665.
git-svn-id: svn://localhost/ardour2/branches/3.0@8442 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 373dec58f8..a50968b91a 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -418,8 +418,11 @@ style "solo_button_active" = "small_button"
fg[PRELIGHT] = { 0, 0, 0 }
}
-style "mixer_invert_button" = "small_button"
+style "mixer_toggle_button" = "small_button"
{
+ font_name = "@FONT_SMALLER@"
+ ythickness = 0
+ xthickness = 0
bg[ACTIVE] = { 1.0, 0.749, 0.247 }
fg[ACTIVE] = { 0, 0, 0 }
}
@@ -1550,8 +1553,8 @@ widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
widget "*TrackLoopButton*" style:highest "track_loop_button"
widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
widget "*EditorTimeButton*" style:highest "time_button"
-widget "*MixerInvertButton*" style:highest "mixer_invert_button"
-widget "*MixerInvertButton.*" style:highest "mixer_invert_button"
+widget "*MixerInvertButton*" style:highest "mixer_toggle_button"
+widget "*MixerInvertButton.*" style:highest "mixer_toggle_button"
widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
widget "*MixerAutomationModeButton*" style:highest "very_small_button"
@@ -1564,7 +1567,7 @@ widget "*MixerGroupButton" style:highest "very_small_button"
widget "*MixerGroupButtonLabel" style:highest "very_small_button"
widget "*MixerCommentButton" style:highest "very_small_button"
widget "*MixerCommentButton*" style:highest "very_small_button"
-widget "*MixerMonoButton*" style:highest "very_small_button"
+widget "*MixerMonoButton*" style:highest "mixer_toggle_button"
widget "*EditGroupButton" style:highest "very_small_button"
widget "*EditGroupButtonLabel" style:highest "very_small_button"
widget "*TransportButton" style:highest "transport_button"