Subversion Repositories Kolibri OS

Rev

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

Rev 7225 Rev 7226
Line 127... Line 127...
127
 
127
 
128
	tabs.w = Form.cwidth-LP-LP;
128
	tabs.w = Form.cwidth-LP-LP;
129
	tabs.h = Form.cheight-LP-LP;
129
	tabs.h = Form.cheight-LP-LP;
Line 130... Line 130...
130
	tabs.draw_wrapper();
130
	tabs.draw_wrapper();
131
	
131
	
Line 132... Line 132...
132
	tabs.draw_button(tabs.x+TAB_PADDING, tabs.y+TAB_HEIGHT, SKINS, T_SKINS);	
132
	tabs.draw_button(tabs.x+TAB_PADDING, SKINS, T_SKINS);	
133
	tabs.draw_button(strlen(T_SKINS)*8+tabs.x+TAB_PADDING+TAB_PADDING, tabs.y+TAB_HEIGHT, WALLPAPERS, T_WALLPAPERS);
133
	tabs.draw_button(strlen(T_SKINS)*8+tabs.x+TAB_PADDING+TAB_PADDING, WALLPAPERS, T_WALLPAPERS);
134
 
134
 
135
	id = select_list.cur_y;
135
	id = select_list.cur_y;