forked from KolibriOS/kolibrios
Box_Lib - Scrollbar type 2
git-svn-id: svn://kolibrios.org@2354 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a2109c90b2
commit
a86930f3da
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user