X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.C;h=be8aac82829d1d22aa53f733df739b5255774893;hb=0513350234a8dcd08e5a0117d5121724ef7b76b6;hp=bddba8783277c220524e45b5d42fdb5577a5ef93;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/theme.C b/cinelerra-5.1/cinelerra/theme.C index bddba878..be8aac82 100644 --- a/cinelerra-5.1/cinelerra/theme.C +++ b/cinelerra-5.1/cinelerra/theme.C @@ -238,6 +238,8 @@ void Theme::initialize() new_image("awindow_icon", "heroine_icon.png"); new_image("record_icon", "heroine_icon.png"); new_image("clip_icon", "clip_icon.png"); + new_image_set("mixpatch_data", 5, "mixpatch_up.png", "mixpatch_hi.png", + "mixpatch_checked.png", "mixpatch_dn.png", "mixpatch_checkedhi.png"); new_image("aeffect_icon", "aeffect_icon.png"); @@ -951,8 +953,8 @@ void Theme::get_vwindow_sizes(VWindowGUI *gui) widget_border; vdivision_x = 280; - vtime_x = vdivision_x; - vtime_y = vedit_y + 20; + vtime_x = vedit_x + 20; //vdivision_x; + vtime_y = vedit_y + 30; //+ 20; } else {