summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_light.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-12-09 18:17:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-12-09 18:17:36 +0000
commitebf3762fa91d911af411f1b5c68e3c67f2c47170 (patch)
treea39eacadb7c1010354ad6776a75d93cee4580c71 /gtk2_ardour/ardour3_ui_light.rc.in
parent0a62044c2c51b38c900ed75d4037e6093901f387 (diff)
fix computation of silence text, and its display. it is still not on top of the canvas, which is a small problem
git-svn-id: svn://localhost/ardour2/branches/3.0@8227 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_light.rc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in
index 8d6ca1656d..65f3f74fda 100644
--- a/gtk2_ardour/ardour3_ui_light.rc.in
+++ b/gtk2_ardour/ardour3_ui_light.rc.in
@@ -72,6 +72,11 @@ style "verbose_canvas_cursor"
font_name = "@FONT_BOLD_LARGER@"
}
+style "silence_text"
+{
+ font_name = "@FONT_BOLD_NORMAL@"
+}
+
style "marker_text"
{
font_name = "@FONT_NORMAL@"
@@ -1264,6 +1269,7 @@ class "GtkProgressBar" style:highest "ardour_progressbars"
widget "*PaddedButton" style:highest "padded_button"
widget "*FirstActionMessage" style:highest "first_action_message"
widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
+widget "*SilenceText" style:highest "silence_text"
widget "*MarkerText" style:highest "marker_text"
widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
#widget "*ExportProgress" style:highest "default_generic"