Subversion Repositories Kolibri OS

Rev

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

Rev 9598 Rev 9603
Line 150... Line 150...
150
		DrawStandartCaptButton(RIGHTx, PANEL_H+130, BTN_SELECT_WALLP_FOLDER, T_SELECT_FOLDER);
150
		DrawStandartCaptButton(RIGHTx, PANEL_H+130, BTN_SELECT_WALLP_FOLDER, T_SELECT_FOLDER);
151
	}
151
	}
152
	if (tabs.active_tab == TAB_SCREENSAVERS)
152
	if (tabs.active_tab == TAB_SCREENSAVERS)
153
	{
153
	{
154
		draw_timeout();
154
		draw_timeout();
155
		ss_timeout.line_col = sc.work_graph;
155
		ss_timeout.line_col = sc.line;
156
		ss_timeout.frnt_col = sc.work;
156
		ss_timeout.frnt_col = sc.work;
157
		scrollbar_h_draw stdcall (#ss_timeout);
157
		scrollbar_h_draw stdcall (#ss_timeout);
158
		DrawRectangle(RIGHTx, RIGHTy+25, RIGHTw-20, 15, sc.work_graph);
158
		DrawRectangle(RIGHTx, RIGHTy+25, RIGHTw-20, 15, sc.line);
159
		ESI = DrawStandartCaptButton(RIGHTx, PANEL_H + 65, BTN_TEST_SCREENSAVER, T_SS_PREVIEW);
159
		ESI = DrawStandartCaptButton(RIGHTx, PANEL_H + 65, BTN_TEST_SCREENSAVER, T_SS_PREVIEW);
160
		DrawStandartCaptButton(RIGHTx+ESI, PANEL_H + 65, BTN_SET_SCREENSAVER, T_SS_SET);
160
		DrawStandartCaptButton(RIGHTx+ESI, PANEL_H + 65, BTN_SET_SCREENSAVER, T_SS_SET);
161
	}
161
	}
Line 162... Line 162...
162
 
162