fix awdw solo vicon crash, fix nested clip for binfolders, open edit edl
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / theme_blue_dot / bluedottheme.C
index e00a45e892249f85e9154246a5d67ae1bfbb2247..fe5559ddf6cf0adc575d2e31ef320328907618e5 100644 (file)
@@ -439,6 +439,11 @@ void BlueDotTheme::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_image_set(4,
                "listbox_button_up.png",
                "listbox_button_hi.png",
@@ -995,7 +1000,7 @@ void BlueDotTheme::initialize()
        resources->medium_font = cstrdup(string);
 
        channel_position_color = MEYELLOW;
-       resources->meter_title_w = xS(25);
+       resources->meter_title_w = xS(28);
 
        // (asset) edit info text color
        edit_font_color = BLACK;