13
0

restore bg color of status bar in main window

git-svn-id: svn://localhost/ardour2/branches/3.0@13444 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-11-11 22:36:00 +00:00
parent b8b8384a26
commit 50158b8bf1
4 changed files with 12 additions and 0 deletions

View File

@ -345,6 +345,11 @@ style "time_info_box"
bg[NORMAL] = { 0.149, 0.149, 0.149 }
}
style "status_bar_box"
{
bg[NORMAL] = { 0.149, 0.149, 0.149 }
}
##include ardour3_dark_fonts.rc
##include ardour3_dark_styles.rc
##include ardour3_widgets.rc

View File

@ -356,6 +356,11 @@ style "time_info_box"
bg[NORMAL] = { 0.149, 0.149, 0.149 }
}
style "status_bar_box"
{
bg[NORMAL] = { 0.149, 0.149, 0.149 }
}
##include ardour3_light_fonts.rc
##include ardour3_light_styles.rc
##include ardour3_widgets.rc

View File

@ -349,6 +349,7 @@ widget "*TimeInfoSelectionLabel" style:highest "very_small_text"
widget "*TimeInfoPunchTitle" style:highest "very_small_text"
widget "*TimeInfoPunchButton" style:highest "very_small_text"
widget "*TimeInfoBox" style:highest "time_info_box"
widget "*StatusBarBox" style:highest "status_bar_box"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
widget "*EditorRouteGroupsAllGroupButton" style:highest "default_toggle_button"

View File

@ -538,6 +538,7 @@ ARDOUR_UI::build_menu_bar ()
EventBox* ev = manage (new EventBox);
ev->show ();
CairoHPacker* hbox = manage (new CairoHPacker);
hbox->set_name (X_("StatusBarBox"));
hbox->show ();
hbox->set_border_width (3);