From 412d5c3b2b8e4c1bf9ef80bb3aa9ab399bd50461 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 10 Nov 2012 19:22:37 +0000 Subject: [PATCH] use mono font for transport clocks git-svn-id: svn://localhost/ardour2/branches/3.0@13419 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_fonts.rc.in | 5 +++++ gtk2_ardour/ardour3_widget_list.rc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/ardour3_fonts.rc.in b/gtk2_ardour/ardour3_fonts.rc.in index 8263704251..09fff60e61 100644 --- a/gtk2_ardour/ardour3_fonts.rc.in +++ b/gtk2_ardour/ardour3_fonts.rc.in @@ -50,6 +50,11 @@ style "large_bold_text" font_name = "bold @FONT_LARGE@" } +style "large_bold_mono_text" +{ + font_name = "bold monospace @FONT_LARGE@" +} + style "larger_text" { font_name = "@FONT_LARGE@" diff --git a/gtk2_ardour/ardour3_widget_list.rc b/gtk2_ardour/ardour3_widget_list.rc index 2d4ed27530..8cf0248e62 100644 --- a/gtk2_ardour/ardour3_widget_list.rc +++ b/gtk2_ardour/ardour3_widget_list.rc @@ -122,8 +122,8 @@ widget "*WarningMessage" style:highest "warning_message" widget "*big clock" style:highest "massive_text" widget "*selection clock" style:highest "small_text" widget "*punch clock" style:highest "small_text" -widget "*transport clock" style:highest "large_bold_text" -widget "*secondary clock" style:highest "large_bold_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 "*silence duration clock" style:highest "medium_text" -- 2.30.2