.
original commit: 86e7bb8e9981f8d4e7f1e4c6e4e0f00f52506e60
This commit is contained in:
parent
879c5b9c86
commit
c95fac2b03
|
@ -215,8 +215,6 @@
|
||||||
(icon:get-up/down-cursor)
|
(icon:get-up/down-cursor)
|
||||||
(icon:get-left/right-cursor)))
|
(icon:get-left/right-cursor)))
|
||||||
|
|
||||||
(super-instantiate (parent))
|
|
||||||
|
|
||||||
(inherit get-client-size container-flow-modified)
|
(inherit get-client-size container-flow-modified)
|
||||||
|
|
||||||
(init-field [bar-thickness 5])
|
(init-field [bar-thickness 5])
|
||||||
|
@ -392,7 +390,9 @@
|
||||||
(loop (cdr percentages)
|
(loop (cdr percentages)
|
||||||
(cdr children-info)
|
(cdr children-info)
|
||||||
(max (/ child-major (percentage-% percentage)) major-size)
|
(max (/ child-major (percentage-% percentage)) major-size)
|
||||||
(max child-minor minor-size))))])))))
|
(max child-minor minor-size))))])))
|
||||||
|
|
||||||
|
(super-instantiate (parent))))
|
||||||
|
|
||||||
(define three-bar-pen-bar-width 8)
|
(define three-bar-pen-bar-width 8)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user