13
0

use the new RecButton element for the master rec arm (?)

This commit is contained in:
Ben Loftis 2014-09-03 15:04:27 -05:00
parent a9d19c9720
commit 66f60970dd

View File

@ -272,9 +272,10 @@ ARDOUR_UI::setup_transport ()
roll_button.set_image (get_icon (X_("transport_play")));
stop_button.set_image (get_icon (X_("transport_stop")));
play_selection_button.set_image (get_icon (X_("transport_range")));
rec_button.set_image (get_icon (X_("transport_record")));
auto_loop_button.set_image (get_icon (X_("transport_loop")));
rec_button.set_elements ((ArdourButton::Element) (ArdourButton::Edge|ArdourButton::Body|ArdourButton::RecButton));
midi_panic_button.set_image (get_icon (X_("midi_panic")));
/* the icon for this has an odd aspect ratio, so fatten up the button */
midi_panic_button.set_size_request (25, -1);