Subversion Repositories Kolibri OS

Rev

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

Rev 4143 Rev 4595
Line 126... Line 126...
126
        call    draw_channel_list
126
        call    draw_channel_list
127
  .not_channel:
127
  .not_channel:
Line 128... Line 128...
128
 
128
 
129
; draw editbox
129
; draw editbox
130
        mov     eax, [ysize]
130
        mov     eax, [ysize]
131
        sub     eax, 12 ;;;;;;
131
        sub     eax, 13 ;;;;;;
Line 132... Line 132...
132
        mov     [edit1.top], eax
132
        mov     [edit1.top], eax
133
 
133