diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-02 00:45:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-02 00:45:16 +0000 |
| commit | 4622d466b21702800791a7f44ef590f899f128c9 (patch) | |
| tree | c47379d440837135a4145b4c5aa5a3de09dcf636 /src | |
| parent | 735348835742771e33e547d2f3d0a16ce81db32a (diff) | |
Tweak timeline layout.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline_labels_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_labels_view.cc b/src/wx/timeline_labels_view.cc index b64be6248..d3aa02afc 100644 --- a/src/wx/timeline_labels_view.cc +++ b/src/wx/timeline_labels_view.cc @@ -50,7 +50,7 @@ TimelineLabelsView::TimelineLabelsView (Timeline& tl) _width = max (_width, size.GetWidth()); } - _width += 16; + _width += 24; } dcpomatic::Rect<int> |
