diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-06 00:12:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-06 01:11:28 +0200 |
| commit | 3ee5431c7e270d7bf706fcf7530a6eb2c78480c3 (patch) | |
| tree | 6fa4454a82b256265c7b3a8d39a9b57e0342a325 /src/wx/kdm_output_panel.cc | |
| parent | 4f652387cbeeda9b7b8ace71e047c450acf5c871 (diff) | |
Fix assorted GTK3-related alignment problems.
Diffstat (limited to 'src/wx/kdm_output_panel.cc')
| -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 6eb14c425..294fdd4df 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -60,7 +60,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop) wxFlexGridSizer* table = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, 0); table->AddGrowableCol (1); - add_label_to_sizer (table, this, _("KDM type"), true); + add_label_to_sizer (table, this, _("KDM type"), true, 0, wxLEFT | wxRIGHT | wxALIGN_CENTRE_VERTICAL); wxBoxSizer* type = new wxBoxSizer (wxHORIZONTAL); _type = new wxChoice (this, wxID_ANY); |
