Animage: appearance fixes 2

git-svn-id: svn://kolibrios.org@2038 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-08-02 11:05:28 +00:00
parent 59241d425a
commit 146baa2c62
2 changed files with 15 additions and 15 deletions

View File

@ -29,8 +29,8 @@ draw_icons:
;main buttons of instrumnts ;main buttons of instrumnts
and [counter],0 and [counter],0
mov [Icon_X],8 mov [Icon_X],9
mov [Icon_Y],20+15+4+1 mov [Icon_Y],21+15+4+1
main_buttons: main_buttons:
@ -41,8 +41,8 @@ draw_icons:
dec ecx dec ecx
shl ebx,16 shl ebx,16
shl ecx,16 shl ecx,16
add ebx,19 add ebx,18
add ecx,20 add ecx,19
mov edx,[counter] mov edx,[counter]
add edx,10 add edx,10
add edx,1000000000000000000000000000000b add edx,1000000000000000000000000000000b
@ -59,7 +59,7 @@ draw_icons:
;buttons of brushes(and lines width) ;buttons of brushes(and lines width)
and [counter],0 and [counter],0
mov [Icon_X],7+1 mov [Icon_X],8+1
mov [Icon_Y],20+15+4+25+1 mov [Icon_Y],20+15+4+25+1
next_button_brush: next_button_brush:
@ -71,8 +71,8 @@ draw_icons:
dec ecx dec ecx
shl ebx,16 shl ebx,16
shl ecx,16 shl ecx,16
add ebx,19 add ebx,18
add ecx,20 add ecx,19
mov edx,[counter] mov edx,[counter]
add edx,40 add edx,40
add edx,1000000000000000000000000000000b add edx,1000000000000000000000000000000b
@ -88,7 +88,7 @@ draw_icons:
;buttons of zoom ;buttons of zoom
and [counter],0 and [counter],0
mov [Icon_X],7+155+1 mov [Icon_X],8+155+1
mov [Icon_Y],20+15+4+25+1 mov [Icon_Y],20+15+4+25+1
next_button_zoom: next_button_zoom:
@ -100,8 +100,8 @@ draw_icons:
dec ecx dec ecx
shl ebx,16 shl ebx,16
shl ecx,16 shl ecx,16
add ebx,19 add ebx,18
add ecx,20 add ecx,19
mov edx,[counter] mov edx,[counter]
add edx,45 add edx,45
add edx,1000000000000000000000000000000b add edx,1000000000000000000000000000000b
@ -116,7 +116,7 @@ draw_icons:
; button of palette ; button of palette
mov [Icon_X],7+105+1 mov [Icon_X],7+105+1
mov [Icon_Y],20+15+4+25+1 mov [Icon_Y],19+15+4+25+1
mov eax,8 mov eax,8
mov ebx,[Icon_X] mov ebx,[Icon_X]
@ -133,7 +133,7 @@ draw_icons:
; button of color ; button of color
mov [Icon_X],7+128+1 mov [Icon_X],7+128+1
mov [Icon_Y],20+15+4+25+1 mov [Icon_Y],19+15+4+25+1
mov eax,8 mov eax,8
mov ebx,[Icon_X] mov ebx,[Icon_X]
@ -143,14 +143,14 @@ draw_icons:
shl ebx,16 shl ebx,16
shl ecx,16 shl ecx,16
add ebx,20 add ebx,20
add ecx,21 add ecx,20
mov edx,52 mov edx,52
add edx,1000000000000000000000000000000b add edx,1000000000000000000000000000000b
mcall mcall
mov eax,13 mov eax,13
mov ebx,136*65536+20 mov ebx,136*65536+19
mov ecx,65*65536+20 mov ecx,64*65536+19
mov edx,[Color] mov edx,[Color]
mcall mcall

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB