mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +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
|
|
@ -2530,7 +2530,7 @@ require some unused files to continue to exist."));
|
|||
Gtk::HBox ddhbox; // the hbox we eventually pack into the dialog's vbox
|
||||
Gtk::Image* dimage = manage (new Gtk::Image(Stock::DIALOG_INFO, Gtk::ICON_SIZE_DIALOG));
|
||||
|
||||
dimage->set_alignment(ALIGN_LEFT, ALIGN_TOP);
|
||||
dimage->set_alignment(ALIGN_START, ALIGN_TOP);
|
||||
|
||||
const string dead_directory = _session->session_directory().dead_path();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue