Box_Lib - Scrollbar type 2

git-svn-id: svn://kolibrios.org@2354 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-02-18 23:28:34 +00:00
parent a2109c90b2
commit a86930f3da
3 changed files with 1187 additions and 984 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2803,7 +2803,7 @@ scroll_bar_data_vertical:
.size_y dw 300 ;+4
.start_y dw 45 ;+6
.btn_high dd 15 ;+8
.type dd 1 ;+12
.type dd 0 ;+12
.max_area dd 10 ;+16
.cur_area dd 2 ;+20
.position dd 0 ;+24

View File

@ -974,7 +974,7 @@ scroll_bar_data_vertical:
.size_y dw 300 ;+4
.start_y dw 30 ;+6
.btn_high dd 15 ;+8
.type dd 1 ;+12
.type dd 2 ;+12
.max_area dd 10 ;+16
.cur_area dd 2 ;+20
.position dd 0 ;+24
@ -1008,7 +1008,7 @@ scroll_bar_data_horizontal:
.size_y dw 15 ;0 ;+4
.start_y dw 300 ;0 ;+6
.btn_high dd 15 ;+8
.type dd 1 ;+12
.type dd 2 ;+12
.max_area dd 10 ;+16
.cur_area dd 2 ;+20
.position dd 0 ;+24