Subversion Repositories Kolibri OS

Rev

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

Rev 7977 Rev 7992
Line 214... Line 214...
214
		icons16_default.replace_color(0xffFFFfff, col.list_bg);
214
		icons16_default.replace_color(0xffFFFfff, col.list_bg);
215
		icons16_default.replace_color(0xffCACBD6, MixColors(col.list_bg, 0, 200));		
215
		icons16_default.replace_color(0xffCACBD6, MixColors(col.list_bg, 0, 200));		
216
	}
216
	}
217
	//ICONS32.PNG
217
	//ICONS32.PNG
218
	icons32_default.load("/sys/icons32.png");
218
	if (big_icons.checked) {
-
 
219
		icons32_default.load("/sys/icons32.png");
219
	icons32_selected.load("/sys/icons32.png");
220
		icons32_selected.load("/sys/icons32.png");
220
	icons32_default.replace_color(0x00000000, col.list_bg);
221
		icons32_default.replace_color(0x00000000, col.list_bg);
221
	icons32_selected.replace_color(0x00000000, col.selec);	
222
		icons32_selected.replace_color(0x00000000, col.selec);		
222
}
223
	}
223
 
224
}
-
 
225
 
Line 224... Line 226...
224
void SetAppColors()
226
void SetAppColors()
225
{
227
{
226
	int i;
228
	int i;
227
	static dword bg_col;
229
	static dword bg_col;
Line 279... Line 281...
279
}
281
}
280
 
282
 
Line 281... Line 283...
281
void BigIconsSwitch()
283
void BigIconsSwitch()
282
{
284
{
283
	if (big_icons.checked) icon_size=32; else icon_size=16; 
285
	if (big_icons.checked) {
-
 
286
		icon_size=32; 
-
 
287
		LoadIcons();
-
 
288
	} else {
-
 
289
		icon_size=16; 
-
 
290
	}
284
	BigFontsChange();
291
	BigFontsChange();
285
}
292
}
Line 286... Line 293...
286
 
293
 
287
void SetDefaultPath(dword p)
294
void SetDefaultPath(dword p)