Add padding to the sides of the jump to dialog

Originally committed to SVN as r6805.
This commit is contained in:
Thomas Goyne 2012-05-15 14:11:30 +00:00
parent 8960e840d2
commit e798e517bd
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ DialogJumpTo::DialogJumpTo(agi::Context *c)
// General layout
wxSizer *MainSizer = new wxBoxSizer(wxVERTICAL);
MainSizer->Add(TimesSizer,0, wxBOTTOM | wxTOP | wxALIGN_CENTER,5);
MainSizer->Add(TimesSizer, 0, wxALL | wxALIGN_CENTER, 5);
MainSizer->Add(ButtonSizer,0,wxEXPAND | wxLEFT | wxBOTTOM | wxRIGHT,5);
// Set sizer