summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-02-01 03:33:52 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-02-01 03:33:52 +0000
commit85eb944c830a1400d73318a01da1e007be096377 (patch)
tree7f0efd8bb3010d7fee21f2555e1c5ecd5a71990b /gtk2_ardour/ardour3_ui_dark.rc.in
parentbeb4a36016140e49e11a267290306ce826e24fee (diff)
improve efficiency of MIDI tracer window with a lock-free FIFO and lock-free msg pool and buffered queing; use a monospace font too
git-svn-id: svn://localhost/ardour2/branches/3.0@6603 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index 0e81e576e9..cea780a766 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -27,6 +27,11 @@ style "medium_text"
font_name = "@FONT_NORMAL@"
}
+style "medium_monospace_text"
+{
+ font_name = "@FONT_MONOSPACE_NORMAL@"
+}
+
style "red_medium_text" = "medium_text"
{
fg[NORMAL] = { 1.0, 0, 0 }
@@ -76,6 +81,11 @@ style "marker_text"
font_name = "@FONT_SMALL@"
}
+style "midi_tracer_textview" = "medium_monospace_text"
+{
+
+}
+
style "time_axis_view_item_name"
{
font_name = "@FONT_SMALLER@"
@@ -1669,4 +1679,5 @@ widget "*OddPortGroups" style:highest "odd_port_groups"
widget "*EvenPortGroups" style:highest "even_port_groups"
widget "*MidiListView*" style:highest "white_tree_view"
widget "*ProcessorSelector*" style:highest "processor_list_display"
-widget "*PortMatrixLabel*" style:highest "small_text" \ No newline at end of file
+widget "*PortMatrixLabel*" style:highest "small_text"
+widget "*MidiTracerTextView" style:highest "midi_tracer_textview"