gtkmm: use ALIGN_END instead of deprecated Gtk::AlignmentEnum::ALIGN_RIGHT

This commit is contained in:
Mads Kiilerich 2022-01-26 22:20:26 +01:00 committed by Robin Gareus
parent 2aa72891f3
commit 17fafc376b
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
18 changed files with 87 additions and 87 deletions

View file

@ -619,8 +619,8 @@ ARDOUR_UI::setup_transport ()
transport_table.attach (io_latency_value, TCOL, 1, 2 , SHRINK, EXPAND|FILL, hpadding, 0);
++col;
route_latency_value.set_alignment (Gtk::ALIGN_RIGHT, Gtk::ALIGN_CENTER);
io_latency_value.set_alignment (Gtk::ALIGN_RIGHT, Gtk::ALIGN_CENTER);
route_latency_value.set_alignment (Gtk::ALIGN_END, Gtk::ALIGN_CENTER);
io_latency_value.set_alignment (Gtk::ALIGN_END, Gtk::ALIGN_CENTER);
transport_table.attach (latency_spacer, TCOL, 0, 2 , SHRINK, EXPAND|FILL, 3, 0);
++col;