Subversion Repositories Kolibri OS

Rev

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

Rev 9581 Rev 9597
Line 71... Line 71...
71
				break;
71
				break;
72
				
72
				
Line 73... Line 73...
73
			case evReDraw:
73
			case evReDraw:
74
				DefineAndDrawWindow(Form.cwidth-300/2+Form.left, Form.cheight-292/2+Form.top, 400, 
74
				DefineAndDrawWindow(Form.cwidth-300/2+Form.left, Form.cheight-292/2+Form.top, 400, 
75
					-efm*42+345+skin_height,0x34,sc.work,TITLE_SETT,0);
75
					-efm*42+345+skin_h,0x34,sc.work,TITLE_SETT,0);
76
				GetProcessInfo(#Settings, SelfInfo);
76
				GetProcessInfo(#Settings, SelfInfo);
77
				DrawSettingsCheckBoxes();
77
				DrawSettingsCheckBoxes();
78
		}
78
		}
79
	}
79
	}
80
}
80
}