From e0eecce56d975d9819f902cbb51c886b16e8ebf7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jan 2024 00:05:28 +0100 Subject: Tweak layout. --- src/wx/kdm_output_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index 777966366..37c797192 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -89,7 +89,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent) align->Add (format, 0, wxTOP, 2); table->Add (align, 0, wxALIGN_RIGHT | wxRIGHT, DCPOMATIC_SIZER_GAP - 2); #else - align->Add (format, 0, wxLEFT, DCPOMATIC_SIZER_GAP - 2); + align->Add (format, 0, wxLEFT, DCPOMATIC_SIZER_GAP); table->Add (align, 0, wxTOP | wxRIGHT | wxALIGN_TOP, DCPOMATIC_SIZER_GAP); #endif dcp::NameFormat::Map titles; -- cgit v1.2.3