Subversion Repositories Kolibri OS

Rev

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

Rev 5532 Rev 5542
Line 90... Line 90...
90
{
90
{
91
	CheckBox2(10, 11, 20, SHOW_DEVICE_CLASS,  show_dev_name);
91
	CheckBox2(10, 11, 20, SHOW_DEVICE_CLASS,  show_dev_name);
92
	CheckBox2(10, 33, 21, SHOW_REAL_NAMES,  real_files_names_case);
92
	CheckBox2(10, 33, 21, SHOW_REAL_NAMES,  real_files_names_case);
93
	CheckBox2(10, 55, 22, NOTIFY_COPY_END,  info_after_copy);
93
	CheckBox2(10, 55, 22, NOTIFY_COPY_END,  info_after_copy);
94
	CheckBox2(10, 77, 23, USE_BIG_FONTS,  use_big_fonts);
94
	CheckBox2(10, 77, 23, USE_BIG_FONTS,  use_big_fonts); 
95
	MoreLessBox(10, 104, 18, 25, 26, sc.work_graph, 0xD2D3D3, 0x000000, files.line_h, LIST_LINE_HEIGHT);
95
	MoreLessBox(10, 104, 18, 25, 26, #sc, files.line_h, LIST_LINE_HEIGHT);
96
}
96
}
Line 97... Line 97...
97
 
97
 
98
 
98
 
Line 147... Line 147...
147
void SetAppColors()
147
void SetAppColors()
148
{
148
{
149
	sc.work = 0xE4DFE1;
149
	sc.work = 0xE4DFE1;
150
	sc.work_text = 0;
150
	sc.work_text = 0;
151
	sc.work_graph  = 0x9098B0; //A0A0B8; //0x819FC5;
151
	sc.work_graph  = 0x9098B0; //A0A0B8; //0x819FC5;
-
 
152
	sc.work_button = 0xD2D3D3;
152
	sc.work_button_text = 0x000000;
153
	sc.work_button_text = 0x000000;
153
	col_padding = 0xC8C9C9;
154
	col_padding = 0xC8C9C9;
154
	//col_selec   = 0x94AECE;
155
	//col_selec   = 0x94AECE;
155
	col_lpanel  = 0x00699C;
156
	col_lpanel  = 0x00699C;
156
}
157
}