diff options
Diffstat (limited to 'src/wx/timecode.cc')
| -rw-r--r-- | src/wx/timecode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index c4755e574..70aa116dd 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -131,7 +131,7 @@ wxSize TimecodeBase::size (wxWindow* parent) { wxClientDC dc (parent); - auto size = dc.GetTextExtent(wxT("9999")); + auto size = dc.GetTextExtent(wxT("99999")); size.SetHeight (-1); return size; } |
