forked from mia/Aegisub
Add padding to the sides of the jump to dialog
Originally committed to SVN as r6805.
This commit is contained in:
parent
8960e840d2
commit
e798e517bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue