~xlarsx/+junk/pRevisaFTP

« back to all changes in this revision

Viewing changes to src/modelo/sitio.py

  • Committer: LUIS.RANGEL
  • Date: 2009-07-30 21:35:16 UTC
  • Revision ID: luis.rangel@ti-64035782-20090730213516-xtx576fp2123b7eo
+ se cambia de tamagno el dialogo

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    
87
87
    def comparaArchivosUI(self, hss):
88
88
        ca = UIComparaArchivos(self)
 
89
        ca.resize(500,500)
89
90
        if ca.exec_():
90
91
            hss.start()
91
92