From 371c67727ea06f97f4ce143b9a889a053785a22f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 3 Aug 2005 09:18:15 +0000 Subject: [PATCH] A bit more space above the check box. --- src/mmg/tab_global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmg/tab_global.cpp b/src/mmg/tab_global.cpp index a188b8fc1..f9ec75cb2 100644 --- a/src/mmg/tab_global.cpp +++ b/src/mmg/tab_global.cpp @@ -57,7 +57,7 @@ tab_global::tab_global(wxWindow *parent): "one file. You can split after a given size, " "after a given amount of time has passed in each " "file or after a list of timecodes.")); - siz_split->Add(cb_split, 0, wxLEFT | wxBOTTOM, 5); + siz_split->Add(cb_split, 0, wxLEFT | wxTOP | wxBOTTOM, 5);