mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +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
|
|
@ -52,7 +52,7 @@ using namespace PBD;
|
|||
|
||||
PortExportChannelSelector::PortExportChannelSelector (ARDOUR::Session * session, ProfileManagerPtr manager) :
|
||||
ExportChannelSelector (session, manager),
|
||||
channels_label (_("Channels:"), Gtk::ALIGN_LEFT),
|
||||
channels_label (_("Channels:"), Gtk::ALIGN_START),
|
||||
split_checkbox (_("Split to mono files")),
|
||||
max_channels (MAX_EXPORT_CHANNELS),
|
||||
channel_view (max_channels)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue