diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 19:42:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 21:10:13 +0200 |
commit | 69d068a7da4f46eab4e2437b5dbf237b1c1d7bed (patch) | |
tree | d959de74e59a9e1a00220895bfc1c185bdb6b9ae /tracker-pt | |
parent | 29fdf6f4a701b8642edd1958584e717b7ed523f3 (diff) |
tracker/pt: whitespace
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index 4dc9abda..dabd48b4 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -139,8 +139,8 @@ module_status Tracker_PT::start_tracker(QFrame* video_frame) video_frame->setLayout(layout.get()); //video_widget->resize(video_frame->width(), video_frame->height()); video_frame->show(); - double dpi = screen_dpi(video_frame); + double dpi = screen_dpi(video_frame); preview_frame = traits->make_preview(iround(preview_width * dpi), iround(preview_height * dpi)); |