Subversion Repositories Kolibri OS

Rev

Rev 7816 | Rev 7878 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7816 Rev 7819
Line 59... Line 59...
59
	dword list_vert_line; //vertical line between columns in list
59
	dword list_vert_line; //vertical line between columns in list
60
	dword selec;
60
	dword selec;
61
	dword selec_active;
61
	dword selec_active;
62
	dword selec_inactive;
62
	dword selec_inactive;
63
	dword selec_text;
63
	dword selec_text;
64
	dword work;
-
 
65
	dword graph;
-
 
66
	dword list_bg;
64
	dword list_bg;
67
	dword list_gb_text;
65
	dword list_gb_text;
68
	dword list_text_hidden;
66
	dword list_text_hidden;
69
	dword work_gradient[24];
67
	dword work_gradient[24];
70
	dword slider_bg_big;
68
	dword slider_bg_big;
Line 532... Line 530...
532
	DefineHiddenButton(Form.cwidth-24,7,20,25,51+BT_NOFRAME); //dots
530
	DefineHiddenButton(Form.cwidth-24,7,20,25,51+BT_NOFRAME); //dots
533
	//main rectangles
531
	//main rectangles
534
	DrawRectangle(1,40,Form.cwidth-3,Form.cheight - 42-status_bar_h,sc.work_graph);
532
	DrawRectangle(1,40,Form.cwidth-3,Form.cheight - 42-status_bar_h,sc.work_graph);
535
	DrawRectangle(0,39,Form.cwidth-1,-show_status_bar.checked*status_bar_h + Form.cheight - 40,col.work_gradient[4]); //bg
533
	DrawRectangle(0,39,Form.cwidth-1,-show_status_bar.checked*status_bar_h + Form.cheight - 40,col.work_gradient[4]); //bg
536
	for (i=0; i<6; i++) DrawBar(0, 34+i, Form.cwidth, 1, MixColors(sc.work_dark, sc.work, i*10));
534
	for (i=0; i<6; i++) DrawBar(0, 34+i, Form.cwidth, 1, MixColors(sc.work_dark, sc.work, i*10));
-
 
535
	for (i=0; i<6; i++) DrawBar(0, 5-i, Form.cwidth, 1, MixColors(sc.work_light, sc.work, i*10));
537
	llist_copy(#files_active, #files);
536
	llist_copy(#files_active, #files);
538
	strcpy(#active_path, #path);
537
	strcpy(#active_path, #path);
539
	DrawStatusBar();
538
	DrawStatusBar();
540
	if (selected_count==0) Open_Dir(#path,ONLY_OPEN); //if there are no selected files -> refresh folder [L001] 
539
	if (selected_count==0) Open_Dir(#path,ONLY_OPEN); //if there are no selected files -> refresh folder [L001] 
541
	DrawFilePanels();
540
	DrawFilePanels();