X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcommercials.C;h=a3461b6db942768b0c8218e330d5ab290cff1f14;hp=3a3de58615e59836ad0e5a830c1623644a3a33e5;hb=03fa86e6dc495f9444ae14dad401b1ad6de793fe;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/commercials.C b/cinelerra-5.1/cinelerra/commercials.C index 3a3de586..a3461b6d 100644 --- a/cinelerra-5.1/cinelerra/commercials.C +++ b/cinelerra-5.1/cinelerra/commercials.C @@ -164,7 +164,7 @@ put_clip(File *file, int track, double position, double length) clip_id = mdb->clip_id(); cancelled = 0; - scan_status = new ScanStatus(this, 30, 30, 1, 1, + scan_status = new ScanStatus(this, xS(30), yS(30), 1, 1, cancelled, _("Cutting Ads")); scan_status->update_length(0, frames); scan_status->update_position(0, 0); @@ -574,7 +574,7 @@ int Commercials:: scan_media() { cancelled = 0; - scan_status = new ScanStatus(this, 30, 30, 2, 2, + scan_status = new ScanStatus(this, xS(30), yS(30), 2, 2, cancelled, _("Cutting Ads")); if( !openDb() ) { scan_video(); @@ -697,11 +697,11 @@ update_status(int clip, double start, double end) ScanStatusGUI:: ScanStatusGUI(ScanStatus *sswindow, int x, int y, int nlines, int nbars) - : BC_Window(_("Scanning"), x, y, 340, - 40 + BC_CancelButton::calculate_h() + + : BC_Window(_("Scanning"), x, y, xS(340), + yS(40) + BC_CancelButton::calculate_h() + (BC_Title::calculate_h((BC_WindowBase*) sswindow-> - commercials->mwindow->gui, _("My")) + 5) * nlines + - (BC_ProgressBar::calculate_h() + 5) * nbars, 0, 0, 0) + commercials->mwindow->gui, _("My")) + yS(5)) * nlines + + (BC_ProgressBar::calculate_h() + yS(5)) * nbars, 0, 0, 0) { this->sswindow = sswindow; this->nlines = nlines; @@ -720,16 +720,18 @@ ScanStatusGUI:: void ScanStatusGUI:: create_objects(const char *text) { + int xs10 = xS(10), xs20 = xS(20); + int ys5 = yS(5), ys10 = yS(10); lock_window("ScanStatusGUI::create_objects"); - int x = 10, y = 10; + int x = xs10, y = ys10; int dy = BC_Title::calculate_h((BC_WindowBase*) sswindow-> - commercials->mwindow->gui, "My") + 5; + commercials->mwindow->gui, "My") + ys5; for( int i=0; i