summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/ardour2_mac_ui.rc
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2006-12-27 03:59:19 +0000
committerJesse Chappell <jesse@essej.net>2006-12-27 03:59:19 +0000
commit7d95ab884a3529978e36f72471c1afa1938b074a (patch)
treec63fba6f650eed9a6f6e7f7f54d6641211ef5efb /tools/osx_packaging/ardour2_mac_ui.rc
parent2491eec0fd218f3aa95698461956a9a74f067721 (diff)
updated app_build.rb script to completely package a universal binary in two steps. added various files needed in the app bundle, some of which will need updating as the gtk version used increases.
git-svn-id: svn://localhost/ardour2/trunk@1248 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging/ardour2_mac_ui.rc')
-rw-r--r--tools/osx_packaging/ardour2_mac_ui.rc9
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/osx_packaging/ardour2_mac_ui.rc b/tools/osx_packaging/ardour2_mac_ui.rc
index 17952d6a44..775a1247bf 100644
--- a/tools/osx_packaging/ardour2_mac_ui.rc
+++ b/tools/osx_packaging/ardour2_mac_ui.rc
@@ -138,7 +138,7 @@ style "transport_base" = "medium_bold_text"
style "black_mackie_menu_bar" = "medium_bold_text"
{
- font_name = "sans bold 12"
+ font_name = "sans bold 11"
fg[NORMAL] = { 1.0, 1.0, 1.0 }
bg[NORMAL] = { 0, 0, 0 }
}
@@ -283,11 +283,6 @@ style "time_button" = "default_buttons_menus"
font_name = "sans 10"
}
-style "default_menus" = "default_buttons_menus"
-{
- font_name = "sans 11"
-}
-
style "transport_button"
{
font_name = "sans 9"
@@ -999,7 +994,7 @@ widget "*EditModeSelector" style "medium_bold_entry"
widget "*SnapTypeSelector" style "medium_bold_entry"
widget "*SnapModeSelector" style "medium_bold_entry"
widget "*ZoomFocusSelector" style "medium_bold_entry"
-widget "*ArdourContextMenu*" style "default_menus"
+widget "*ArdourContextMenu*" style "default_buttons_menus"
widget "*EditGroupTitleButton*" style "default_buttons_menus"
widget "*MixerGroupTitleButton*" style "default_buttons_menus"
widget "*ErrorLogCloseButton" style "default_buttons_menus"