Skip to content

Commit

Permalink
Flip the debug flag on the constraints demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins authored and brett-patterson committed Jun 25, 2014
1 parent 5be77fd commit 1618698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/enable/constraints_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Demo(HasTraits):
)

def _canvas_default(self):
parent = ConstraintsContainer(bounds=(500,500))
parent = ConstraintsContainer(bounds=(500,500), debug=True)

hugs = {'hug_width':'weak', 'hug_height':'weak'}
one = Component(id="one", bgcolor=0xFF0000, **hugs)
Expand Down

0 comments on commit 1618698

Please sign in to comment.