fix the computation of the minimum width for the blue boxes
(you could see it going wrong with 'this' from racket/class)
This commit is contained in:
parent
4a0506a24f
commit
d3b4db2ed1
|
@ -793,7 +793,9 @@
|
|||
#t)]
|
||||
[else
|
||||
;; otherwise we make an extra line at the top for the first line
|
||||
(values (max main-w label-w)
|
||||
(values (max main-w
|
||||
(+ label-w blue-box-margin blue-box-margin)
|
||||
(+ read-more-w blue-box-margin blue-box-margin))
|
||||
(+ main-h label-h read-more-h read-more-gap)
|
||||
#f)]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user