diff options
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 970542c37..7ecc5e453 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -272,8 +272,8 @@ public: : wxSplitterWindow(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSP_NOBORDER | wxSP_3DSASH | wxSP_LIVE_UPDATE) { /* This value doesn't really mean much but we just want to stop double-click on the - divider from shrinking the left panel. - */ + * divider from shrinking the left panel. + */ SetMinimumPaneSize(64); Bind(wxEVT_SIZE, boost::bind(&LimitedFrameSplitter::sized, this, _1)); |
