--- 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>
+ <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer"> + <orient>wxVERTICAL</orient> + <object class="sizerslot" /> """ % {"name": hmi_name, "class": "Class_%s" % hmi_name})