Search code examples
kivykivy-language

How to properly set the kivy button background_disabled_down property?


I have looked at the kivy button docs, and it states that baground_disabled_down defaults to ‘atlas://data/images/defaulttheme/button_disabled_pressed’. so I figured this was a path to the image I want to display, so I put my own path in the kv file, yet nothing shows up.


Solution

  • the backslash should be a forwardslash.