Subversion Repositories Kolibri OS

Rev

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

Rev 6808 Rev 7043
Line 275... Line 275...
275
	DrawToolbarButton(MAGNIFY_MINUS,   67);
275
	DrawToolbarButton(MAGNIFY_MINUS,   67);
276
	DrawToolbarButton(CHANGE_ENCODING, 101);
276
	DrawToolbarButton(CHANGE_ENCODING, 101);
277
	DrawToolbarButton(RUN_EDIT,        135);
277
	DrawToolbarButton(RUN_EDIT,        135);
278
	DrawToolbarButton(SHOW_INFO,       Form.cwidth - 34);
278
	DrawToolbarButton(SHOW_INFO,       Form.cwidth - 34);
Line -... Line 279...
-
 
279
	
279
	
280
	
280
	if ((Form.cwidth-scroll.size_x-1 == list.w) && 
281
	if ((Form.cwidth-scroll.size_x-1 == list.w) && 
281
		(Form.cheight-TOOLBAR_H == list.h) && 
282
		(Form.cheight-TOOLBAR_H == list.h) && 
282
		(list.count) 
283
		(list.count) 
283
	)
284
	)