enthought / enaml

Default Repo description from terraform module
Other
3 stars 0 forks source link

Empty hbox can result in too-small initial window size #62

Closed jdmarch closed 12 years ago

jdmarch commented 12 years ago

In this example, field is invisible until window is manually resized. See @rkern comment at: https://github.com/enthought/enaml/issues/60#issuecomment-3322167

defn MainWindow():
    Window:
        Container:
            constraints = [vbox( fld, hbox(_space_))]

            Field:
                id: fld
rkern commented 12 years ago

63 has a fix.

sccolbert commented 12 years ago

63 is merged