If i use the Window widget, it is not resizable and fixed to its container size. How can i set the Window to be resizable? Following is not resizable:
enamldef MyWindow(Window)
VGroup:
MPLCanvas:
figure = Figure()
CheckBox:
text = "Show current"
CheckBox:
text = "Show mean"
CheckBox:
text = "Show first detector"