X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.C;h=96f8b80f9f95b2aaa89c472b2b6fbb2fb416f661;hb=refs%2Fheads%2Fmaster;hp=7bbcceb65eeef15e17f237c8cfc9bae1cae06acc;hpb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/theme.C b/cinelerra-5.1/cinelerra/theme.C index 7bbcceb6..96f8b80f 100644 --- a/cinelerra-5.1/cinelerra/theme.C +++ b/cinelerra-5.1/cinelerra/theme.C @@ -78,6 +78,7 @@ Theme::Theme() BC_WindowBase::get_resources()->recursive_resizing = 0; audio_color = BLACK; fade_h = 22; + inout_highlight_color = GREEN; meter_h = 17; mode_h = 30; pan_h = 32; @@ -95,8 +96,8 @@ Theme::Theme() loadmode_w = 350; czoom_w = 80; -#include "data/about_png.h" - about_bg = new VFramePng(about_png); +#include "data/about_bg_png.h" + about_bg = new VFramePng(about_bg_png); pane_color = BLACK; drag_pane_color = WHITE; @@ -128,7 +129,8 @@ Theme::Theme() edithandleout_data = 0; extract_data = 0; ffmpeg_toggle = 0; - proxy_toggle = 0; + proxy_s_toggle = 0; + proxy_p_toggle = 0; infoasset_data = 0; in_point = 0; insert_data = 0; @@ -597,7 +599,7 @@ void Theme::get_mwindow_sizes(MWindowGUI *gui, int w, int h) { mbuttons_x = 0; mbuttons_y = gui->menu_h() + 1; - mbuttons_w = w - (ffmpeg_toggle[0]->get_w()+2 + proxy_toggle[0]->get_w()+2); + mbuttons_w = w - (ffmpeg_toggle[0]->get_w()+2 + proxy_p_toggle[0]->get_w()+2); mbuttons_h = get_image("mbutton_bg")->get_h(); mclock_x = window_border - 5; mclock_y = mbuttons_y - 1 + mbuttons_h;