Subversion Repositories Kolibri OS

Rev

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

Rev 8749 Rev 8911
Line 723... Line 723...
723
	if (font_size == 3) list.SetFont(2*8, 2*14-2, 00011001b);
723
	if (font_size == 3) list.SetFont(2*8, 2*14-2, 00011001b);
724
	list.item_w = list.font_w;
724
	list.item_w = list.font_w;
725
	list.horisontal_selelection = true;
725
	list.horisontal_selelection = true;
726
	list.SetSizes(0, TOOLBAR_H, Form.cwidth-scroll.size_x-1,
726
	list.SetSizes(0, TOOLBAR_H, Form.cwidth-scroll.size_x-1,
727
		Form.cheight - TOOLBAR_H - calc(search.visible * SEARCH_H) - STATUSBAR_H /*- TAB_H*/,
727
		Form.cheight - TOOLBAR_H - calc(search.visible * SEARCH_H) - STATUSBAR_H /*- TAB_H*/,
728
		math.round(list.font_h * 1.4));
728
		math.round(list.font_h * 1.3));
729
}
729
}
730
>
730
>