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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user