Subversion Repositories Kolibri OS

Rev

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

Rev 5834 Rev 5846
Line 32... Line 32...
32
dword col_padding, col_selec, col_lpanel;
32
dword col_padding, col_selec, col_lpanel;
Line 33... Line 33...
33
 
33
 
34
int toolbar_buttons_x[7]={9,46,85,134,167,203};
34
int toolbar_buttons_x[7]={9,46,85,134,167,203};
Line -... Line 35...
-
 
35
struct path_string { char Item[4096]; };
35
struct path_string { char Item[4096]; };
36
 
36
 
37
byte smooth_font=false;
37
byte active_about=0;
38
byte active_about=0;
38
word about_window;
39
word about_window;
39
word settings_window;
40
word settings_window;
Line 733... Line 734...
733
		}		
734
		}		
734
	}
735
	}
735
	else
736
	else
736
	{
737
	{
737
		font.bg_color = bgcol;
738
		font.bg_color = bgcol;
-
 
739
		font.use_smooth = smooth_font;
738
		font.prepare(files.x + 23, files.item_h - font.height / 2 + y, file_name_off);
740
		font.prepare(files.x + 23, files.item_h - font.height / 2 + y, file_name_off);
739
		font.show();
741
		font.show();
740
	}
742
	}
741
	DrawBar(files.x+files.w-141,y,1,files.item_h,system.color.work); //gray line 1
743
	DrawBar(files.x+files.w-141,y,1,files.item_h,system.color.work); //gray line 1
742
	DrawBar(files.x+files.w-68,y,1,files.item_h,system.color.work); //gray line 2
744
	DrawBar(files.x+files.w-68,y,1,files.item_h,system.color.work); //gray line 2