adjust clock font sizes
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 5 Mar 2013 13:13:53 +0000 (13:13 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 5 Mar 2013 13:13:53 +0000 (13:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14150 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour3_fonts.rc.in
gtk2_ardour/ardour3_widget_list.rc
gtk2_ardour/wscript

index 11c06b79ed6ebdcacfc14b20579e5bb7637e0ae4..94c8bc5a77752def47f93fc514a8b6065c29d4f4 100644 (file)
@@ -50,7 +50,7 @@ style "large_bold_text"
        font_name = "bold @FONT_LARGE@"
 }
 
-style "large_bold_mono_text"
+style "bigger_bold_mono_text"
 {
        font_name = "@MONOSPACE@ @FONT_BIGGER@"
 }
index 3df7d14eefed37de62d23d4a5ef8f5e16438a609..43c18b8aaf19b73a0860c005a415032b469f6c07 100644 (file)
@@ -122,10 +122,10 @@ widget "*WarningMessage" style:highest "warning_message"
 widget "*big clock" style:highest "monospace massive_text"
 widget "*selection clock" style:highest "small_mono_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_mono_text"
-widget "*secondary delta clock" style:highest "large_bold_mono_text"
+widget "*transport clock" style:highest "bigger_bold_mono_text"
+widget "*secondary clock" style:highest "bigger_bold_mono_text"
+widget "*transport delta clock" style:highest "bigger_bold_mono_text"
+widget "*secondary delta clock" style:highest "bigger_bold_mono_text"
 widget "*silence duration clock" style:highest "medium_text"
 widget "*edit point clock" style:highest "medium_text"
 widget "*nudge clock" style:highest "small_mono_text"
index dd394fa68ae6d99b0c621bf0ad1dc6b5c1669352..56177822b6a7959d6f480abe0cc254fc955f2cc2 100644 (file)
@@ -505,8 +505,7 @@ def build(bld):
                 'SMALLER' : '9',
                 'SMALL' : '10',
                 'NORMAL' : '11',
-                'BIG' : '12',
-                'BIGGER' : '14',
+                'BIGGER' : '16',
                 'LARGE' : '18',
                 'LARGER' : '28',
                 'HUGER' : '36',
@@ -521,8 +520,7 @@ def build(bld):
                 'SMALLER' : '8',
                 'SMALL' : '9',
                 'NORMAL' : '10',
-                'BIG' : '12',
-                'BIGGER' : '14',
+                'BIGGER' : '16',
                 'LARGE' : '18',
                 'LARGER' : '24',
                 'HUGER' : '34',