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

This reverts commit c336b512f2.
This commit is contained in:
Tig Kindel
2022-09-05 07:23:33 -07:00
committed by GitHub
parent 31082c001c
commit e46813c177

View File

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