From cfb3c7a71fd5b1c63110d1e921757480f4e22d1a Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Thu, 7 Aug 2025 21:17:42 +0200 Subject: [PATCH] documentation change --- scribblings/columns-pane.scrbl | 2 -- 1 file changed, 2 deletions(-) diff --git a/scribblings/columns-pane.scrbl b/scribblings/columns-pane.scrbl index e08fabe..470d062 100644 --- a/scribblings/columns-pane.scrbl +++ b/scribblings/columns-pane.scrbl @@ -114,8 +114,6 @@ See also @racket[pane%]. (define btn2 (new button% [parent h2] [label "Btn 2"])) (define lbl2 (new message% [parent h2] [label "This is lbl 2"])) - ;; Now, when the window is shown, the columns pane will arrange it's children - ;; to have the same width in each column. (send win show #t) ]