fix computation of silence text, and its display. it is still not on top of the canva...
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
index a31080d4900629f314c6c8586b08530e2b9736c0..49e86e3d7b06f340334ca14e8f724519f9da21f2 100644 (file)
@@ -81,6 +81,11 @@ style "verbose_canvas_cursor"
        font_name = "@FONT_BOLD_LARGER@"
 }
 
+style "silence_text"
+{
+       font_name = "@FONT_BOLD_NORMAL@"
+}
+
 style "marker_text" 
 {
        font_name = "@FONT_SMALL@"
@@ -1463,6 +1468,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 "*EditModeSelector" style:highest "medium_bold_entry"