Fixes #1979. MessageBox.Query not wrapping since 1.7.1 (#1980)

This commit is contained in:
BDisp
2022-09-05 14:18:22 +00:00
committed by GitHub
parent bfe9878554
commit c336b512f2

View File

@@ -284,6 +284,7 @@ namespace Terminal.Gui {
l.Y = Pos.Center ();
l.Width = Dim.Fill (2);
l.Height = Dim.Fill (1);
l.AutoSize = false;
d.Add (l);
}