diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:44:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:44:29 +0100 |
| commit | 36b573515b5e27f26063406d2dd59c3041c55513 (patch) | |
| tree | bf589b8579d666d784b5df0eaabbbabf4ec90975 | |
| parent | 312596c727ef03c1649f10daa24220467eddd45a (diff) | |
Whitespace tweaks.
| -rw-r--r-- | src/wx/timeline_dialog.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/timeline_dialog.cc b/src/wx/timeline_dialog.cc index 9194ed2bc..dff8c7a3e 100644 --- a/src/wx/timeline_dialog.cc +++ b/src/wx/timeline_dialog.cc @@ -56,10 +56,10 @@ TimelineDialog::TimelineDialog (ContentPanel* cp, shared_ptr<Film> film) wxBoxSizer* sizer = new wxBoxSizer (wxVERTICAL); wxBitmap select (bitmap_path("select"), wxBITMAP_TYPE_PNG); - wxBitmap zoom (bitmap_path ("zoom"), wxBITMAP_TYPE_PNG); - wxBitmap zoom_all (bitmap_path ("zoom_all"), wxBITMAP_TYPE_PNG); - wxBitmap snap (bitmap_path ("snap"), wxBITMAP_TYPE_PNG); - wxBitmap sequence (bitmap_path ("sequence"), wxBITMAP_TYPE_PNG); + wxBitmap zoom (bitmap_path("zoom"), wxBITMAP_TYPE_PNG); + wxBitmap zoom_all (bitmap_path("zoom_all"), wxBITMAP_TYPE_PNG); + wxBitmap snap (bitmap_path("snap"), wxBITMAP_TYPE_PNG); + wxBitmap sequence (bitmap_path("sequence"), wxBITMAP_TYPE_PNG); _toolbar = new wxToolBar (this, wxID_ANY); _toolbar->AddRadioTool ((int) Timeline::SELECT, _("Select"), select, wxNullBitmap, _("Select and move content")); |
