Proportional scaling (with a pluggable resize strategy object)

#OOP #quickwire #programming

I first had a constraint strategy which allowed to set fixed values for two of left, right, width and would solve for the remaining one, but proportional scaling never leads to overlaps, and does not need a specification of what to solve for. This is quite helpful.