mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT
This commit is contained in:
parent
1390743d52
commit
2aa72891f3
31 changed files with 123 additions and 123 deletions
|
|
@ -1281,7 +1281,7 @@ ARDOUR_UI::ask_about_saving_session (const vector<string>& actions)
|
|||
|
||||
prompt_label.set_text (prompt);
|
||||
prompt_label.set_name (X_("PrompterLabel"));
|
||||
prompt_label.set_alignment(ALIGN_LEFT, ALIGN_TOP);
|
||||
prompt_label.set_alignment(ALIGN_START, ALIGN_TOP);
|
||||
|
||||
dimage->set_alignment(ALIGN_CENTER, ALIGN_TOP);
|
||||
dhbox.set_homogeneous (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue