X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flevelwindowgui.C;h=75999e1ae61e15835a9bf51af548153bda808751;hp=02419e613f52e2ada93f3cdbf82dab176becd940;hb=2e48b660e37eb5c661264d601211e16cb6cd6e89;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd diff --git a/cinelerra-5.1/cinelerra/levelwindowgui.C b/cinelerra-5.1/cinelerra/levelwindowgui.C index 02419e61..75999e1a 100644 --- a/cinelerra-5.1/cinelerra/levelwindowgui.C +++ b/cinelerra-5.1/cinelerra/levelwindowgui.C @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 1997-2011 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #include "edl.h" @@ -33,15 +33,15 @@ #include "theme.h" LevelWindowGUI::LevelWindowGUI(MWindow *mwindow, LevelWindow *thread) - : BC_Window(_(PROGRAM_NAME ": Levels"), - mwindow->session->lwindow_x, - mwindow->session->lwindow_y, - mwindow->session->lwindow_w, - mwindow->session->lwindow_h, + : BC_Window(_(PROGRAM_NAME ": Levels"), + mwindow->session->lwindow_x, + mwindow->session->lwindow_y, + mwindow->session->lwindow_w, + mwindow->session->lwindow_h, 10, 10, 1, - 0, + 0, 1) { this->thread = thread; @@ -58,12 +58,12 @@ void LevelWindowGUI::create_objects() int border = mwindow->theme->widget_border; lock_window("LevelWindowGUI::create_objects"); mwindow->theme->draw_lwindow_bg(this); - panel = new MeterPanel(mwindow, - this, - border, + panel = new MeterPanel(mwindow, + this, border, - get_w() - border * 2, - get_h() - border * 2, + border, + get_w() - border * 2, + get_h() - border * 2, mwindow->edl->session->audio_channels, 1, 0,