X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fnag_dialog.cc;h=abe460869b88e477ad2218729c9f9ce92999eb85;hb=c222a2b4a0cadd0332ee6b30309fca79a773f381;hp=2226938f349ead205077392df6c78cb1be069fa7;hpb=9c1bb2e5ca7c80c4e26b1b2e41159aa171360a94;p=dcpomatic.git diff --git a/src/wx/nag_dialog.cc b/src/wx/nag_dialog.cc index 2226938f3..abe460869 100644 --- a/src/wx/nag_dialog.cc +++ b/src/wx/nag_dialog.cc @@ -22,7 +22,6 @@ #include "wx_util.h" #include "static_text.h" #include "check_box.h" -#include #include using boost::shared_ptr; @@ -33,7 +32,7 @@ NagDialog::NagDialog (wxWindow* parent, Config::Nag nag, wxString message, bool { wxBoxSizer* sizer = new wxBoxSizer (wxVERTICAL); _text = new StaticText (this, wxEmptyString, wxDefaultPosition, wxSize (400, 300)); - sizer->Add (_text, 1, wxEXPAND | wxALL, 6); + sizer->Add (_text, 1, wxEXPAND | wxALL, DCPOMATIC_DIALOG_BORDER); wxCheckBox* b = new CheckBox (this, _("Don't show this message again")); sizer->Add (b, 0, wxALL, 6);