From cfd3b08c3f5b0fbe145aa94bdcec1166f5f76b90 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 Mar 2019 00:44:34 +0000 Subject: Increase and tidy up spacing around message. --- src/wx/nag_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/nag_dialog.cc b/src/wx/nag_dialog.cc index 2226938f3..2b27df093 100644 --- a/src/wx/nag_dialog.cc +++ b/src/wx/nag_dialog.cc @@ -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); -- cgit v1.2.3