author | laurent |
Thu, 13 Sep 2012 02:19:02 +0200 | |
changeset 834 | d613696aad01 |
parent 833 | 3f997fb22928 |
child 835 | 8145be14a2ae |
--- a/wxglade_hmi/wxglade_hmi.py Thu Sep 13 02:18:00 2012 +0200 +++ b/wxglade_hmi/wxglade_hmi.py Thu Sep 13 02:19:02 2012 +0200 @@ -118,6 +118,10 @@ <object class="%(class)s" name="%(name)s" base="EditFrame"> <style>wxDEFAULT_FRAME_STYLE</style> <title>frame_1</title> + <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer"> + <orient>wxVERTICAL</orient> + <object class="sizerslot" /> + </object> </object> </application> """ % {"name": hmi_name, "class": "Class_%s" % hmi_name})