X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.C;h=8ed4e6f4e9398bc9164a9b10c383484254511ee0;hb=214bd0ba9e21635e03d0c0e2b2ae1a7e9170583c;hp=e4443c8895786a8c09b4eedb1ae1635d0c60e889;hpb=ccd23c15fae578be22d48b1a1e8b09cb43d593ae;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcresources.C b/cinelerra-5.1/guicast/bcresources.C index e4443c88..8ed4e6f4 100644 --- a/cinelerra-5.1/guicast/bcresources.C +++ b/cinelerra-5.1/guicast/bcresources.C @@ -544,31 +544,31 @@ new_vframes(3,default_filebox_reload_images, new VFramePng(file_reload_hi_png), new VFramePng(file_reload_dn_png)); -#include "images/file_size_capb_dn_png.h" -#include "images/file_size_capb_hi_png.h" #include "images/file_size_capb_up_png.h" -#include "images/file_size_lwrb_dn_png.h" -#include "images/file_size_lwrb_hi_png.h" +#include "images/file_size_capb_hi_png.h" +#include "images/file_size_capb_dn_png.h" #include "images/file_size_lwrb_up_png.h" -#include "images/file_size_semi_dn_png.h" -#include "images/file_size_semi_hi_png.h" +#include "images/file_size_lwrb_hi_png.h" +#include "images/file_size_lwrb_dn_png.h" #include "images/file_size_semi_up_png.h" -#include "images/file_size_zero_dn_png.h" -#include "images/file_size_zero_hi_png.h" +#include "images/file_size_semi_hi_png.h" +#include "images/file_size_semi_dn_png.h" #include "images/file_size_zero_up_png.h" +#include "images/file_size_zero_hi_png.h" +#include "images/file_size_zero_dn_png.h" new_vframes(12,default_filebox_szfmt_images, - new VFramePng(file_size_zero_dn_png), - new VFramePng(file_size_zero_hi_png), new VFramePng(file_size_zero_up_png), - new VFramePng(file_size_lwrb_dn_png), - new VFramePng(file_size_lwrb_hi_png), + new VFramePng(file_size_zero_hi_png), + new VFramePng(file_size_zero_dn_png), new VFramePng(file_size_lwrb_up_png), - new VFramePng(file_size_capb_dn_png), - new VFramePng(file_size_capb_hi_png), + new VFramePng(file_size_lwrb_hi_png), + new VFramePng(file_size_lwrb_dn_png), new VFramePng(file_size_capb_up_png), - new VFramePng(file_size_semi_dn_png), + new VFramePng(file_size_capb_hi_png), + new VFramePng(file_size_capb_dn_png), + new VFramePng(file_size_semi_up_png), new VFramePng(file_size_semi_hi_png), - new VFramePng(file_size_semi_up_png)); + new VFramePng(file_size_semi_dn_png)); #include "images/listbox_button_dn_png.h" #include "images/listbox_button_hi_png.h" @@ -759,6 +759,7 @@ new_vframes(20,default_medium_7segment, text_default = BLACK; highlight_inverse = WHITE ^ BLUE; text_background = WHITE; + text_background_disarmed = 0xc08080; text_background_hi = LTYELLOW; text_background_noborder_hi = LTGREY; text_background_noborder = -1; @@ -888,7 +889,7 @@ BC_Resources::~BC_Resources() del_vframes(default_filebox_rename_images, 3); del_vframes(default_filebox_delete_images, 3); del_vframes(default_filebox_reload_images, 3); - del_vframes(default_filebox_szfmt_images, 3); + del_vframes(default_filebox_szfmt_images, 12); del_vframes(default_listbox_button, 4); delete default_listbox_bg; del_vframes(default_listbox_expand, 5);