summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-26 00:44:34 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 00:44:34 +0000
commitcfd3b08c3f5b0fbe145aa94bdcec1166f5f76b90 (patch)
tree612d3e60dc6059ef905ae09eb249e798c2f86bd7
parent90c2cf5cd01d1a806885a6486e76864d619ac389 (diff)
Increase and tidy up spacing around message.
-rw-r--r--src/wx/nag_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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);