mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
export_dialog: use more sensible padding around the preset widgets
This commit is contained in:
parent
140b373cac
commit
d5160b6e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ ExportDialog::init_gui ()
|
||||||
{
|
{
|
||||||
Gtk::Alignment * preset_align = Gtk::manage (new Gtk::Alignment());
|
Gtk::Alignment * preset_align = Gtk::manage (new Gtk::Alignment());
|
||||||
preset_align->add (*preset_selector);
|
preset_align->add (*preset_selector);
|
||||||
preset_align->set_padding (0, 12, 0, 0);
|
preset_align->set_padding (6, 8, 6, 6);
|
||||||
|
|
||||||
Gtk::VBox * file_format_selector = Gtk::manage (new Gtk::VBox());
|
Gtk::VBox * file_format_selector = Gtk::manage (new Gtk::VBox());
|
||||||
file_format_selector->set_homogeneous (false);
|
file_format_selector->set_homogeneous (false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue