anchor
anchor copied to clipboard
Sign window min width/height is to much
There seems to be a min width and height introduced for the sign window somewhere between 1.2.3 and 1.2.6.
This is very annoying because the min width/height is taking up a lot of space. Since it is not possible to autosign a transaction it is necessary for this window to take up as little space as possible to make it usable during drops on wax.
The reason we were forced to implement minimums was because some environments, when switching display configurations, Anchor would automatically resize it down to a 1x1 window and basically turn invisible. We set the minimum to prevent this window from ever becoming too small.
How small were you reducing this window to in size before we added this limitation?
Our solution isn't going to be to work on what the minimum should be - but instead redesign this UI completely to match more closely to a mobile interface (which will reduce its size drastically).
How small were you reducing this window to in size before we added this limitation?
Basically so small that only the confirm button was visible and clickable.
I do see your issue here since you want to (for a good reason) have an error prone solution rather then a convinient one. I guess it's not worth the effort since you are planning to redesign the UI but a setting for min with/height would do. This issue will also be resolved for me with an autosign mechanism.