Hi list,

list-box%es are not properly sized; the following code:



#lang racket/gui

(define root (new frame% (label "choice widgets")))

(define list-box (new list-box% (parent root) (label "List-box: ")
(style '(multiple)) (choices '("1" "b" "C3" "44" "five" "6" "seven" "OO"))))

(send root show #t)



results in the attached screenshot.

Marijn

<<attachment: bug-in-list-box-display.png>>

Attachment: signature.asc
Description: OpenPGP digital signature

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to