diff --git a/scribblings/columns-pane.scrbl b/scribblings/columns-pane.scrbl index f476139..7ccb17c 100644 --- a/scribblings/columns-pane.scrbl +++ b/scribblings/columns-pane.scrbl @@ -9,8 +9,6 @@ (define myeval (make-base-eval '(require columns-pane))) -@title[#:tag "columns pane"]{Arrange widgets in columns and make them of equal width per column} - @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] @defmodule[columns-pane]{This module provides a new class @racket[columns-pane%] that can be used to arrange widgets in a table like fashon, making all widgets in a column of the same width}