X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fproperties_dialog.cc;h=67f1fc91bef2bd5e5b245ddd8464ee38e9c79155;hb=f29219ed06d27dcae5e18b8b9c52dcf24554f188;hp=aaba31d6e6075be047c0faffa22e9eb38bafdcc1;hpb=4e01dd6b7c235f273d8b1d9233247c956198f1ab;p=dcpomatic.git diff --git a/src/wx/properties_dialog.cc b/src/wx/properties_dialog.cc index aaba31d6e..67f1fc91b 100644 --- a/src/wx/properties_dialog.cc +++ b/src/wx/properties_dialog.cc @@ -61,7 +61,7 @@ PropertiesDialog::PropertiesDialog (wxWindow* parent, Film* film) _total_disk->SetLabel (std_to_wx (t.str ())); wxBoxSizer* overall_sizer = new wxBoxSizer (wxVERTICAL); - overall_sizer->Add (table, 0, wxALL, 8); + overall_sizer->Add (table, 0, wxALL, 6); wxSizer* buttons = CreateSeparatedButtonSizer (wxOK); if (buttons) {