summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_output_panel.cc2
1 files changed, 1 insertions, 1 deletions
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;