Attempt to lighten the transport area slightly. A little help needed here, Paul
This commit is contained in:
parent
fb91e62d4b
commit
4c7fcc11f7
@ -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);
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user