Kivy Fixed Window

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