,.
original commit: 9ed3977a62f40184050741245d2743f38badb0ba
This commit is contained in:
parent
189e9817bc
commit
06201f6072
|
@ -6231,7 +6231,7 @@
|
||||||
(let loop ([scroll? #f])
|
(let loop ([scroll? #f])
|
||||||
(let* ([e (make-object text%)]
|
(let* ([e (make-object text%)]
|
||||||
[c (make-object editor-canvas% msg-pnl e (if scroll?
|
[c (make-object editor-canvas% msg-pnl e (if scroll?
|
||||||
'(no-hscroll transparent)
|
'(no-hscroll)
|
||||||
'(no-hscroll no-vscroll transparent no-border)))])
|
'(no-hscroll no-vscroll transparent no-border)))])
|
||||||
(send c min-width 400)
|
(send c min-width 400)
|
||||||
(send c set-line-count 5)
|
(send c set-line-count 5)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user