mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -34,14 +34,14 @@
|
|||
using namespace ARDOUR;
|
||||
|
||||
ExportFilenameSelector::ExportFilenameSelector ()
|
||||
: include_label ("", Gtk::ALIGN_LEFT)
|
||||
, label_label (_("Label:"), Gtk::ALIGN_LEFT)
|
||||
: include_label ("", Gtk::ALIGN_START)
|
||||
, label_label (_("Label:"), Gtk::ALIGN_START)
|
||||
, timespan_checkbox (_("Timespan Name"))
|
||||
, revision_checkbox (_("Revision:"))
|
||||
, path_label (_("Folder:"), Gtk::ALIGN_LEFT)
|
||||
, path_label (_("Folder:"), Gtk::ALIGN_START)
|
||||
, browse_button (_("Browse"))
|
||||
, open_button (_("Open Folder"))
|
||||
, example_filename_label ("", Gtk::ALIGN_LEFT)
|
||||
, example_filename_label ("", Gtk::ALIGN_START)
|
||||
, _require_timespan (false)
|
||||
{
|
||||
include_label.set_markup (_("Build filename(s) from these components:"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue