Subversion Repositories Kolibri OS

Rev

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

Rev 7806 Rev 7996
Line 50... Line 50...
50
 
50
 
51
ASEPC = '-'  ; separator character (char)
51
ASEPC = '-'  ; separator character (char)
52
ATOPH = 19   ; menu bar height (pixels)
52
ATOPH = 19   ; menu bar height (pixels)
53
SCRLW = 16   ; scrollbar widht/height (pixels)
53
SCRLW = 16   ; scrollbar widht/height (pixels)
54
ATABW = 8    ; tab key indent width (chars)
54
ATABW = 8    ; tab key indent width (chars)
55
LINEH = 10   ; line height (pixels)
55
LINEH = 16+1 ; line height (pixels)
56
PATHL = 256  ; maximum path length (chars) !!! don't change !!!
56
PATHL = 256  ; maximum path length (chars) !!! don't change !!!
57
AMINS = 8    ; minimal scroll thumb size (pixels)
57
AMINS = 8    ; minimal scroll thumb size (pixels)
Line 58... Line 58...
58
LCHGW = 3    ; changed/saved marker width (pixels)
58
LCHGW = 3    ; changed/saved marker width (pixels)