@@ -466,7 +466,7 @@ def __init__(self, appInstance, **kwargs):
466
466
self .add_widget_to_collection (gui .HBox , width = '250px' , height = '250px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
467
467
self .add_widget_to_collection (gui .VBox , width = '250px' , height = '250px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
468
468
self .add_widget_to_collection (gui .Widget , width = '250px' , height = '250px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
469
- self .add_widget_to_collection (gui .GridBox , width = '250px' , height = '250px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
469
+ # self.add_widget_to_collection(gui.GridBox, width='250px', height='250px', style={'top':'20px', 'left':'20px', 'position':'absolute'})
470
470
self .add_widget_to_collection (gui .Button , width = '100px' , height = '30px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
471
471
self .add_widget_to_collection (gui .TextInput , width = '100px' , height = '30px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
472
472
self .add_widget_to_collection (gui .Label , width = '100px' , height = '30px' , style = {'top' :'20px' , 'left' :'20px' , 'position' :'absolute' })
0 commit comments