mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Remove the border around the video box in the detached video dialog
This commit is contained in:
parent
442bbcc682
commit
cb1b5401e3
@ -71,7 +71,7 @@ DialogDetachedVideo::DialogDetachedVideo(agi::Context *context)
|
||||
|
||||
// Set sizer
|
||||
wxSizer *mainSizer = new wxBoxSizer(wxVERTICAL);
|
||||
mainSizer->Add(videoBox,1,wxEXPAND | wxALL,5);
|
||||
mainSizer->Add(videoBox,1,wxEXPAND);
|
||||
SetSizerAndFit(mainSizer);
|
||||
|
||||
// Ensure we can grow smaller, without these the window is locked to at least the initial size
|
||||
|
Loading…
x
Reference in New Issue
Block a user