forked from mia/Aegisub
Remove the border around the video box in the detached video dialog
This commit is contained in:
parent
442bbcc682
commit
cb1b5401e3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ DialogDetachedVideo::DialogDetachedVideo(agi::Context *context)
|
||||||
|
|
||||||
// Set sizer
|
// Set sizer
|
||||||
wxSizer *mainSizer = new wxBoxSizer(wxVERTICAL);
|
wxSizer *mainSizer = new wxBoxSizer(wxVERTICAL);
|
||||||
mainSizer->Add(videoBox,1,wxEXPAND | wxALL,5);
|
mainSizer->Add(videoBox,1,wxEXPAND);
|
||||||
SetSizerAndFit(mainSizer);
|
SetSizerAndFit(mainSizer);
|
||||||
|
|
||||||
// Ensure we can grow smaller, without these the window is locked to at least the initial size
|
// Ensure we can grow smaller, without these the window is locked to at least the initial size
|
||||||
|
|
Loading…
Reference in a new issue