summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-03-12 18:21:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-03-12 18:21:48 +0000
commita505e1469d362cc32acb01252d192c73729fbc43 (patch)
treea92b0dd4cd289950d453ea2c9c1f913628cb023c /gtk2_ardour/ardour2_ui.rc
parentfd9d6433a15ae5e3f02e5a15aa25d35197c48bc3 (diff)
remove varispeed control; shuttle controller now has a context menu with max speed options; rearrange and optimize meter metric displays
git-svn-id: svn://localhost/trunk/ardour2@382 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc11
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 27431a8427..929a1b5a06 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -480,8 +480,8 @@ style "editor_time_ruler" = "small_text"
style "audio_track_base" = "default_base"
{
- font_name = "sans medium 8"
- fg[NORMAL] = { 0.80, 0.80, 0.80 }
+ font_name = "sans 6"
+ fg[NORMAL] = { 0.77, 0.77, 0.72 }
bg[NORMAL] = { 0.18, 0.18, 0.22 }
bg[ACTIVE] = { 0.20, 0.20, 0.20 }
bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
@@ -491,7 +491,8 @@ style "audio_track_base" = "default_base"
style "audio_bus_base"
{
- font_name = "sans medium 8"
+ font_name = "sans 6"
+ fg[NORMAL] = { 0.77, 0.77, 0.72 }
fg[NORMAL] = { 0.7, 0.8, 0.2 }
bg[NORMAL] = {0, 0.36, 0.40 }
}
@@ -778,8 +779,8 @@ style "tearoff_arrow" = "medium_bold_entry"
style "meter_metrics_strip" = "default_base"
{
- font = "sans medium 10"
- fg[NORMAL] = { 0.7, 0.8, 0.2 }
+ font_name = "sans 4"
+ fg[NORMAL] = { 1.0, 0.8, 0.2 }
}
style "location_row_button" = "default_buttons_menus"