Macacoazul01 / month_picker_dialog

Internationalized dialog for picking a single month from an infinite list of years.
https://pub.dev/packages/month_picker_dialog
MIT License
70 stars 97 forks source link

Dialog shouldn't get stretched out on larger screens #75

Closed pongloongyeat closed 11 months ago

pongloongyeat commented 11 months ago

image

There should be an IntrinsicWidth applied to the Column holding the header and content of the dialog. https://github.com/hmkrivoj/month_picker_dialog/blob/9bf0d0c21243e0d57a40471a4d3234c20c0a3dbb/lib/month_picker_dialog.dart#L230

Macacoazul01 commented 11 months ago

Gonna check your PR later today. Tks!