Ventana fija de Kivy

from kivy.config import Config
Config.set('graphics', 'resizable', False)
joel santos