Attempt to lighten the transport area slightly. A little help needed here, Paul

This commit is contained in:
Ben Loftis 2017-01-05 10:01:11 -06:00
parent fb91e62d4b
commit 4c7fcc11f7
2 changed files with 8 additions and 1 deletions

View File

@ -459,7 +459,7 @@ ARDOUR_UI::setup_transport ()
transport_table.set_row_spacings (4);
transport_table.set_border_width (2);
transport_frame.add (transport_table);
transport_frame.set_name ("BaseFrame");
transport_frame.set_name ("TransportFrame");
transport_frame.set_shadow_type (Gtk::SHADOW_NONE);
transport_table.signal_expose_event().connect (sigc::mem_fun (*this, &ARDOUR_UI::transport_expose), false);

View File

@ -408,6 +408,12 @@ style "base_frame"
bg[NORMAL] = @background
}
style "transport_frame"
{
fg[NORMAL] = shade (1.1, @background)
bg[NORMAL] = shade (1.1, @background)
}
style "transport_base" = "medium_bold_text"
{
}
@ -1088,6 +1094,7 @@ widget "*zoomrange clock" style:highest "medium_text"
widget "*timecodeoffset clock" style:highest "medium_text"
widget "*BaseFrame" style:highest "base_frame"
widget "*TransportFrame" style:highest "transport_frame"
widget "*SendStripBase" style:highest "send_strip_base"
widget "*AudioTrackStripBase" style:highest "audio_track_base"