Increase and tidy up spacing around message.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2019 00:44:34 +0000 (00:44 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2019 00:44:34 +0000 (00:44 +0000)
src/wx/nag_dialog.cc

index 2226938f349ead205077392df6c78cb1be069fa7..2b27df0934a5fb7b701aa9759236608e63c611a4 100644 (file)
@@ -33,7 +33,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);