summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-12-19 07:00:34 +0000
committerDoug McLain <doug@nostar.net>2006-12-19 07:00:34 +0000
commit62c718f7f4bae21945f0dee77d1c458f59ce7274 (patch)
tree9e7465ae0f793bbc0e2136ab90c3b5efb6c66e2f /gtk2_ardour/ardour2_ui.rc
parent486020b4032da9bbb20fafd83ec6f10263c892e5 (diff)
Text size tweaks for regions and main menu
git-svn-id: svn://localhost/ardour2/trunk@1224 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 2a54be8b1e..35349795e8 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -80,7 +80,7 @@ style "marker_text"
style "time_axis_view_item_name"
{
- font_name = "sans medium 8"
+ font_name = "sans 6"
}
style "default_base" = "medium_text"
@@ -141,8 +141,9 @@ style "transport_base" = "medium_bold_text"
bg[SELECTED] = { 0, 0, 0 }
}
-style "black_mackie_menu_bar" = "medium_bold_text"
+style "black_mackie_menu_bar"
{
+ font_name = "sans bold 9"
fg[NORMAL] = { 1.0, 1.0, 1.0 }
bg[NORMAL] = { 0, 0, 0 }
}
@@ -984,7 +985,7 @@ style "ardour_button" ="default_buttons_menus"
widget "*FirstActionMessage" style "first_action_message"
widget "*VerboseCanvasCursor" style "verbose_canvas_cursor"
widget "*MarkerText" style "marker_text"
-widget "*TimeAxisViewItemName" style "time_axis_view_item_name"
+widget "*TimeAxisViewItemName*" style "time_axis_view_item_name"
#widget "*ExportProgress" style "default_buttons_menus"
widget "*ExportFileLabel" style "small_bold_text"
widget "*ExportFormatLabel" style "medium_bold_text"