You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is a minor UI glitch, but I don't have time to raise a PR at the moment (it'd be a good one for any new contributors)... when the suppress flag is set to null in the alert dialog, we end up with two SizedBox widgets in a row (which increases the padding at the bottom under the button).
This first SizedBox should be included in the if condition here
Description
This one is a minor UI glitch, but I don't have time to raise a PR at the moment (it'd be a good one for any new contributors)... when the
suppress
flag is set tonull
in the alert dialog, we end up with twoSizedBox
widgets in a row (which increases the padding at the bottom under the button).This first
SizedBox
should be included in theif
condition hereie. it should look something like (untested):
Steps To Reproduce
Show a
MacosAlertDialog
wheresuppress
is set tonull
The text was updated successfully, but these errors were encountered: