From 8ac4fa35e8f98892e48da36242ca8a85d07df9a8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 11 Nov 2012 03:57:35 +0000 Subject: [PATCH] use bold mono font for delta mode in clocks git-svn-id: svn://localhost/ardour2/branches/3.0@13426 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_widget_list.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/ardour3_widget_list.rc b/gtk2_ardour/ardour3_widget_list.rc index cc45f52c79..3df0f23c0a 100644 --- a/gtk2_ardour/ardour3_widget_list.rc +++ b/gtk2_ardour/ardour3_widget_list.rc @@ -121,11 +121,11 @@ widget "*WarningMessage" style:highest "warning_message" widget "*big clock" style:highest "monospace massive_text" widget "*selection clock" style:highest "small_text" -widget "*punch clock" style:highest "small_text" +widget "*punch clock" style:highest "small_mono_text" widget "*transport clock" style:highest "large_bold_mono_text" widget "*secondary clock" style:highest "large_bold_mono_text" -widget "*transport delta clock" style:highest "large_bold_text" -widget "*secondary delta clock" style:highest "large_bold_text" +widget "*transport delta clock" style:highest "large_bold_mono_text" +widget "*secondary delta clock" style:highest "large_bold_mono_text" widget "*silence duration clock" style:highest "medium_text" widget "*edit point clock" style:highest "medium_text" widget "*nudge clock" style:highest "medium_bold_text"