add sntp to IMG

move notes to ISO
new icons: MGB, TXT; folder icon update
KFM fix toolbar background overflow window border
fit eskin into a single FAT sector

git-svn-id: svn://kolibrios.org@7640 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2019-04-25 17:51:39 +00:00
parent bf5320cbe8
commit bbe41151a9
13 changed files with 19 additions and 14 deletions

View File

@@ -53,8 +53,7 @@ void SelectList_ProcessMouse()
void SelectList_DrawBorder() {
DrawRectangle3D(select_list.x-2, select_list.y-2,
select_list.w+3+scroll1.size_x, select_list.h+3,
MixColors(system.color.work, system.color.work_dark, 125),
system.color.work_light);
system.color.work_dark, system.color.work_light);
DrawRectangle(select_list.x-1, select_list.y-1, select_list.w+1+scroll1.size_x, select_list.h+1, system.color.work_graph);
}