export_dialog: use more sensible padding around the preset widgets

This commit is contained in:
Ben Loftis 2022-12-25 09:50:59 -06:00
parent 140b373cac
commit d5160b6e8c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ ExportDialog::init_gui ()
{
Gtk::Alignment * preset_align = Gtk::manage (new Gtk::Alignment());
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());
file_format_selector->set_homogeneous (false);