Subversion Repositories Kolibri OS

Rev

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

Rev 4653 Rev 4666
Line 225... Line 225...
225
{
225
{
226
	address_box.width = Form.width - 266;
226
	address_box.width = Form.width - 266;
227
	WB1.list.SetSizes(0, 44, Form.width - 10 - scroll_wv.size_x, Form.cheight - 44, 0, 10);
227
	WB1.list.SetSizes(0, 44, Form.width - 10 - scroll_wv.size_x, Form.cheight - 44, 0, 10);
228
	WB1.list.column_max = WB1.list.w - scroll_wv.size_x / 6;
228
	WB1.list.column_max = WB1.list.w - scroll_wv.size_x / 6;
229
	WB1.list.visible = WB1.list.h - 3 / WB1.list.line_h - 2;
229
	WB1.list.visible = WB1.list.h - 3 / WB1.list.line_h - 2;
230
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h, WB1.list.line_h);
230
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.line_h, WB1.list.w, WB1.list.h);
231
}
231
}
Line 232... Line 232...
232
 
232
 
233
 
233