summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-18 00:05:28 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-18 00:05:28 +0100
commite0eecce56d975d9819f902cbb51c886b16e8ebf7 (patch)
tree48bad28b8230f2ad744af216973c6f06d22d8f72
parentaf72285fcf35c7959d0770b3d42c5243f21fd4b2 (diff)
Tweak layout.
-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;