fix awdw solo vicon crash, fix nested clip for binfolders, open edit edl
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / theme_bright / brighttheme.C
index 132e70c400e7a6fd56dfcc9065d4840f5d55bfe1..82737f90d34fe04bed0921a8dc40fd80f3196189 100644 (file)
@@ -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);
 }