Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Update splitter example with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Jan 10, 2013
1 parent c2272cf commit 904406e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/widgets/splitter.enaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@ enamldef Main(Window):
Splitter:
hug_height = 'strong'
SplitItem:
stretch = 0
collapsible = False
MyForm:
pass
SplitItem:
MyForm:
pass
SplitItem:
stretch = 2
MyHtmlWidgets:
pass
SplitItem:
Expand Down

0 comments on commit 904406e

Please sign in to comment.