fix bug in batchrender job load from xml
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / theme_bright / brighttheme.C
index 132e70c400e7a6fd56dfcc9065d4840f5d55bfe1..fdce3ce0d82e93c471e0b66e989f2a853599b95e 100644 (file)
@@ -448,6 +448,11 @@ void BrightTheme::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
+       new_image_set("tumblepatch_data", 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);
 }