Layout tweak.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Jul 2016 14:17:27 +0000 (15:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Jul 2016 14:17:27 +0000 (15:17 +0100)
src/wx/kdm_output_panel.cc

index 49e561c657327ae701bfe6367598fc8c235286cd..e2510c929f5730838b33f892dbbb5ecbc70050e6 100644 (file)
@@ -46,7 +46,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop)
        _type->SetSelection (0);
 
        {
-               int flags = wxALIGN_TOP | wxTOP;
+               int flags = wxALIGN_TOP | wxTOP | wxLEFT;
                wxString t = _("Filename format");
 #ifdef __WXOSX__
                flags |= wxALIGN_RIGHT;