X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_bright%2Fbrighttheme.C;h=2c6da4c67a8ba4f50ed3c1d4ac2cc3b4e82914bb;hb=135eb5f052a2f75e4df6c86511a94ec9586e096d;hp=138010906ffdf36e4b08e87237e20d39f576e923;hpb=a5f3544d96519b0655e78d2013f3ce157d92f91e;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/theme_bright/brighttheme.C b/cinelerra-5.1/plugins/theme_bright/brighttheme.C index 13801090..2c6da4c6 100644 --- a/cinelerra-5.1/plugins/theme_bright/brighttheme.C +++ b/cinelerra-5.1/plugins/theme_bright/brighttheme.C @@ -259,30 +259,30 @@ void BrightTheme::initialize() resources->filebox_descend_images = new_button("openfolder.png", - "bigbutton_up.png", - "bigbutton_hi.png", + "bigbutton_up.png", + "bigbutton_hi.png", "bigbutton_dn.png"); resources->usethis_button_images = resources->ok_images = new_button("ok.png", - "bigbutton_up.png", - "bigbutton_hi.png", + "bigbutton_up.png", + "bigbutton_hi.png", "bigbutton_dn.png"); new_button("ok.png", - "bigbutton_up.png", - "bigbutton_hi.png", + "bigbutton_up.png", + "bigbutton_hi.png", "bigbutton_dn.png", "new_ok_images"); resources->cancel_images = new_button("cancel.png", - "bigbutton_up.png", - "bigbutton_hi.png", + "bigbutton_up.png", + "bigbutton_hi.png", "bigbutton_dn.png"); new_button("cancel.png", - "bigbutton_up.png", - "bigbutton_hi.png", + "bigbutton_up.png", + "bigbutton_hi.png", "bigbutton_dn.png", "new_cancel_images"); @@ -603,10 +603,10 @@ void BrightTheme::initialize() "label_checkedhi.png"); ffmpeg_toggle = new_image_set(5, - "ff_up.png", - "ff_hi.png", - "ff_checked.png", - "ff_down.png", + "ff_up.png", + "ff_hi.png", + "ff_checked.png", + "ff_down.png", "ff_checkedhi.png"); shbtn_data = new_image_set(3, @@ -914,9 +914,9 @@ void BrightTheme::draw_mwindow_bg(MWindowGUI *gui) // Track canvas int patchbay_w = get_image("patchbay_bg")->get_w(); - gui->clear_box(mcanvas_x + patchbay_w, + gui->clear_box(mcanvas_x + patchbay_w, mcanvas_y + mtimebar_h, - mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT) - patchbay_w, + mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT) - patchbay_w, patchbay_h - BC_ScrollBar::get_span(SCROLL_HORIZ) - mtimebar_h); // Timebar @@ -927,7 +927,7 @@ void BrightTheme::draw_mwindow_bg(MWindowGUI *gui) // Zoombar // gui->set_color(0x373737); -// gui->draw_box(mzoom_x, +// gui->draw_box(mzoom_x, // mzoom_y, // mwindow->session->mwindow_w, // 25);