summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui_light.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-05 15:34:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-05 15:34:13 +0000
commit4a0f94395d130a55107249a74f1adf4b758afd76 (patch)
tree884fb586d4bd4b869498313eee299bd0c0feabe9 /gtk2_ardour/ardour2_ui_light.rc.in
parenta38cba7f9721db5c2421326cc4d701e9f09345ea (diff)
adjusting region fade in/out lengths makes the fade in/out active; new font sizes; new font generation code in gtk2_ardour/SConscript; move mixer strip/group pane over to the RHS to match the editor; clean up ardour-sae-de.bindings.in; fix glue-to-music-time menu item (was always active)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3010 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour2_ui_light.rc.in19
1 files changed, 6 insertions, 13 deletions
diff --git a/gtk2_ardour/ardour2_ui_light.rc.in b/gtk2_ardour/ardour2_ui_light.rc.in
index e5cf578620..2743087e98 100644
--- a/gtk2_ardour/ardour2_ui_light.rc.in
+++ b/gtk2_ardour/ardour2_ui_light.rc.in
@@ -275,20 +275,20 @@ style "solo_button_active" = "small_button"
style "mixer_solo_button" = "solo_button"
{
- font_name = "%FONT_SMALLERER%"
+ font_name = "%FONT_SMALLER%"
xthickness = 0
ythickness = 0
}
style "mixer_solo_button_alternate" = "solo_button_alternate"
{
- font_name = "%FONT_SMALLERER%"
+ font_name = "%FONT_SMALLER%"
xthickness = 0
ythickness = 0
}
style "mixer_solo_button_active" = "solo_button_active"
{
- font_name = "%FONT_SMALLERER%"
+ font_name = "%FONT_SMALLER%"
xthickness = 0
ythickness = 0
}
@@ -324,23 +324,16 @@ style "mute_button_active" = "small_button"
fg[PRELIGHT] = { 0, 0, 0 }
}
-style "mixer_mute_button" = "mute_button"
-{
- font_name = "%FONT_SMALLERER%"
- xthickness = 0
- ythickness = 0
-}
-
style "mixer_mute_button_alternate" = "mute_button_alternate"
{
- font_name = "%FONT_SMALLERER%"
+ font_name = "%FONT_SMALLER%"
xthickness = 0
ythickness = 0
}
style "mixer_mute_button_active" = "mute_button_active"
{
- font_name = "%FONT_SMALLERER%"
+ font_name = "%FONT_SMALLER%"
xthickness = 0
ythickness = 0
}
@@ -354,7 +347,7 @@ style "multiline_combo" = "small_button"
style "mixer_mute_button" = "mute_button"
{
- font_name = "%FONT_SMALLERER%"
+ font_name = "%FONT_SMALLER%"
xthickness = 0
ythickness = 0
}