forked from KolibriOS/kolibrios
fix height checkbox
git-svn-id: svn://kolibrios.org@9201 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
95dfb31882
commit
b9889434d8
@ -28,6 +28,7 @@ _http http;
|
||||
#define T_EXIT "‚ë室"
|
||||
#define IMG_URL "http://builds.kolibrios.org/rus/data/data/kolibri.img"
|
||||
#define KS "‘®åà ¨âì áâனª¨"
|
||||
#define checkbox_h 190
|
||||
#else
|
||||
#define T_WINDOW_TITLE "KolibriOS Online Updater"
|
||||
#define T_TITLE_H1 "ONLINE UPDATE"
|
||||
@ -39,6 +40,7 @@ Note that all changes on RAM-disk will be lost.";
|
||||
#define T_EXIT "Exit"
|
||||
#define IMG_URL "http://builds.kolibrios.org/eng/data/data/kolibri.img"
|
||||
#define KS "Keep settings folder"
|
||||
#define checkbox_h 210
|
||||
#endif
|
||||
char accept_language[]="en"; //not used, necessary for http.get()
|
||||
void Operation_Draw_Progress(dword f) {} //not used, necessary for copyf()
|
||||
@ -85,7 +87,7 @@ void main()
|
||||
progress.set_size(30, WINH-130, WINW-60, 20);
|
||||
if (http.transfer<=0) {
|
||||
DrawCaptButton(WINW-110/2, WINH-70, 110, 28, 9, 0x0092D8, 0xFFFfff, T_INSTALL);
|
||||
keep_settings.draw(30, WINH - 210);
|
||||
keep_settings.draw(30, WINH - checkbox_h);
|
||||
}
|
||||
} else {
|
||||
DrawIcon32(WINW-32/2, 140, sc.work, 49);
|
||||
|
Loading…
Reference in New Issue
Block a user