Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8788 → Rev 8789

/programs/cmm/eolite/Eolite.c
3,8 → 3,8
 
// 70.5 - get volume info and label
 
#define TITLE "Eolite File Manager 4.65"
#define ABOUT_TITLE "EOLITE 4.65"
#define TITLE "Eolite File Manager 4.66"
#define ABOUT_TITLE "EOLITE 4.66"
 
#ifndef AUTOBUILD
#include "lang.h--"
831,7 → 831,7
{
if (Form.width>=480)
{
FileShow.start_x = files.x + 23;
FileShow.start_x = files.x + icon_size + 7;
FileShow.font_color = text_col;
FileShow.area_size_x = files.w - 164;
FileShow.text_pointer = file_name_off;
/programs/cmm/eolite/include/settings.h
294,7 → 294,7
icon_size=32;
LoadIcons();
} else {
icon_size=16;
icon_size = icons16_default.w;
}
BigFontsChange();
}
/programs/cmm/lib/obj/libimg.h
271,7 → 271,7
if (DSDWORD[ESI]==0xffCACBD6) DSDWORD[ESI] = bgshadow;
}
}
img_draw stdcall(pure_img16, x, y, 16, 16, 0, icon_n*16);
img_draw stdcall(pure_img16, x, y, ESDWORD[EAX+4], ESDWORD[EAX+4], 0, icon_n*ESDWORD[EAX+4]);
}
 
#endif
/programs/cmm/lib/patterns/toolbar_button.h
23,7 → 23,8
DrawBar(_x+6, _y+5, 16, 16, semi_white);
for (i=0; i<=2; i++) DrawBar(_x+6, i*5+_y+7, 15, 3, sc.work_graph);
} else {
img_draw stdcall(top_icons.image, _x+6, _y+5+pressed, 16, 16, 0, _icon_n*16);
i = TSZE - top_icons.w / 2; //icon pos
img_draw stdcall(top_icons.image, _x+i+2, _y+i+1+pressed, top_icons.w, top_icons.w, 0, _icon_n*top_icons.w);
}
 
if (!pressed) {