X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_bright%2Fbrighttheme.C;h=82737f90d34fe04bed0921a8dc40fd80f3196189;hp=132e70c400e7a6fd56dfcc9065d4840f5d55bfe1;hb=1529091cdf16df199a901aabe6e8fa1813a933af;hpb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93 diff --git a/cinelerra-5.1/plugins/theme_bright/brighttheme.C b/cinelerra-5.1/plugins/theme_bright/brighttheme.C index 132e70c4..82737f90 100644 --- a/cinelerra-5.1/plugins/theme_bright/brighttheme.C +++ b/cinelerra-5.1/plugins/theme_bright/brighttheme.C @@ -448,6 +448,11 @@ void BrightTheme::initialize() "tumble_hi.png", "tumble_bottom.png", "tumble_top.png"); + resources->tumblepatch_data = new_image_set(4, + "tumblepatch_up.png", + "tumblepatch_hi.png", + "tumblepatch_bottom.png", + "tumblepatch_top.png"); resources->listbox_button = new_button4("listbox_button.png", "editpanel_up.png", "editpanel_hi.png", @@ -930,7 +935,7 @@ void BrightTheme::initialize() recordgui_variable_color = BLACK; channel_position_color = BLACK; - resources->meter_title_w = xS(25); + resources->meter_title_w = xS(28); }