@@ -10,13 +10,12 @@ class _modulebrowser:
1010 def __init__ (self ):
1111 self .editmodules = []
1212 self .modules = []
13- self .window = W .Window ((194 , 1000 ), "Module Browser" , minsize = (194 , 160 ), maxsize = (340 , 20000 ))
13+ self .window = W .Window ((210 , 1000 ), "Module Browser" , minsize = (210 , 160 ), maxsize = (340 , 20000 ))
1414
15- #self.window.bevelbox = W.BevelBox((0, 0, 0, 56))
16- self .window .openbutton = W .Button ((10 , 8 , 80 , 16 ), "Open" , self .openbuttonhit )
17- self .window .browsebutton = W .Button ((100 , 8 , 80 , 16 ), "Browse\xc9 " , self .browsebuttonhit )
18- self .window .reloadbutton = W .Button ((10 , 32 , 80 , 16 ), "Reload" , self .reloadbuttonhit )
19- self .window .openotherbutton = W .Button ((100 , 32 , 80 , 16 ), "Open other\xc9 " , self .openother )
15+ self .window .openbutton = W .Button ((10 , 8 , 90 , 16 ), "Open" , self .openbuttonhit )
16+ self .window .browsebutton = W .Button ((110 , 8 , 90 , 16 ), "Browse\xc9 " , self .browsebuttonhit )
17+ self .window .reloadbutton = W .Button ((10 , 32 , 90 , 16 ), "Reload" , self .reloadbuttonhit )
18+ self .window .openotherbutton = W .Button ((110 , 32 , 90 , 16 ), "Open other\xc9 " , self .openother )
2019
2120 self .window .openbutton .enable (0 )
2221 self .window .reloadbutton .enable (0 )
0 commit comments