13
0

make stop button be in the same size as other transport buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@11562 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-02-29 20:16:50 +00:00
parent 2ec5e7dd45
commit c69f050726

View File

@ -341,6 +341,7 @@ ARDOUR_UI::setup_transport ()
transport_button_size_group->add_widget (rec_button);
transport_button_size_group->add_widget (play_selection_button);
transport_button_size_group->add_widget (roll_button);
transport_button_size_group->add_widget (stop_button);
HBox* tbox1 = manage (new HBox);
HBox* tbox2 = manage (new HBox);