diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-05 12:46:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-05 12:46:48 +0000 |
| commit | 397b2d7ed429f3716416d67a67a7a38d536a40d5 (patch) | |
| tree | 32a2b651f3af86ebad02742172d8efdd29efe188 /src | |
| parent | 743a2ad663b954a7009d1417332af0e71169b35f (diff) | |
Tweak alignment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 8330e3d3e..d2caa0dea 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -113,7 +113,7 @@ FilmEditor::make_film_panel () ++r; _use_dci_name = new wxCheckBox (_film_panel, wxID_ANY, _("Use DCI name")); - grid->Add (_use_dci_name, wxGBPosition (r, 0)); + grid->Add (_use_dci_name, wxGBPosition (r, 0), wxDefaultSpan, wxALIGN_CENTER_VERTICAL); _edit_dci_button = new wxButton (_film_panel, wxID_ANY, _("Details...")); grid->Add (_edit_dci_button, wxGBPosition (r, 1), wxDefaultSpan); ++r; |
