Previously we would always suggest the auxiliary key with index 0 as the proof master key, and open a key generation widget which shows index 1 by default when generating a delegation.
Store a counter/index as wallet data and increment it whenever a new auxiliary key is shown, so that we always suggest a new key. Users can still find their old keys by opening the Auxiliary keys tool and decrementing the value, but we will never suggest using an old one.
Bump the range of the index widget to allow the full range of indices, as per bip 32.