diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-29 15:17:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-29 15:17:27 +0100 |
| commit | 7bdd09c815a8f4ddbb70c9fe3c55fa10b67bc641 (patch) | |
| tree | f609666db81f55e9f9e58ef3434cedc0a9d5b278 /src | |
| parent | e4ba29faf92be5251bfe8e6a96fd418d5886082f (diff) | |
Layout tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/kdm_output_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index 49e561c65..e2510c929 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -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; |
