This is my 'caveman' solution until I get an actual working automated scailing of the height:
I manually enter the desired starting height:
#self.height = self.minimum_height
self.height = dp(220)
I then add a cumulative height change within the add and remove functions:
self.height += dp(40)