projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af72285
)
Tweak layout.
author
Carl Hetherington
<cth@carlh.net>
Wed, 17 Jan 2024 23:05:28 +0000
(
00:05
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Wed, 17 Jan 2024 23:05:28 +0000
(
00:05
+0100)
src/wx/kdm_output_panel.cc
patch
|
blob
|
history
diff --git
a/src/wx/kdm_output_panel.cc
b/src/wx/kdm_output_panel.cc
index 7779663664cbef2289c970e858266c90856320b1..37c797192eafba8ac81ce0166e854775cb12e08a 100644
(file)
--- 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;