diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-26 00:44:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 00:44:34 +0000 |
| commit | cfd3b08c3f5b0fbe145aa94bdcec1166f5f76b90 (patch) | |
| tree | 612d3e60dc6059ef905ae09eb249e798c2f86bd7 | |
| parent | 90c2cf5cd01d1a806885a6486e76864d619ac389 (diff) | |
Increase and tidy up spacing around message.
| -rw-r--r-- | src/wx/nag_dialog.cc | 2 |
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); |
