Is there any other way to change window position without using:
from kivy.config import Config
Config.set('graphics', 'position', 'custom')
Config.set('graphics', 'left', 100)
Config.set('graphics', 'top', 100)
I don't want to use this because when i change the last parameter (100
) with my property it doesn't work.