Why can't I control the view column widths?

Why can't I control the view column widths?

Creator seems to ignore my column width settings (n pixels or percents) for a view.  The view definition is shown below -- do you see what I am doing wrong?

list  module_View
{
    displayname = "module View"
    show  all  rows  from  module 
    (
        Title
        (
            width = 200px
        )
        Description
        (
            width = 300px
        )
        URL
        (
            width = 100px
        )
        Keywords
        (
            width = 100px
        )
        Entered_by as "Entered by"
        (
            width = 100px
        )
        Verified_by as "Verified by"
        (
            width = 100px
        )
    )
    options
    (
        display rows = 100
    )
}