From 4d0a4b6a911d9da7559f5304babc323e238ecd51 Mon Sep 17 00:00:00 2001 From: BDisp Date: Tue, 6 Sep 2022 16:10:48 +0100 Subject: [PATCH] States a button centered issue on a lower fixed size. --- UnitTests/MessageBoxTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/MessageBoxTests.cs b/UnitTests/MessageBoxTests.cs index b77227561..aefd4006d 100644 --- a/UnitTests/MessageBoxTests.cs +++ b/UnitTests/MessageBoxTests.cs @@ -110,6 +110,7 @@ namespace Terminal.Gui.Views { Application.RequestStop (); } else if (iterations == 1) { Application.Top.Redraw (Application.Top.Bounds); + // BUGBUG: I think the button isn't well centered here. GraphViewTests.AssertDriverContentsWithFrameAre (@" ┌─────┐ │Messa│ @@ -140,7 +141,6 @@ namespace Terminal.Gui.Views { Application.RequestStop (); } else if (iterations == 1) { Application.Top.Redraw (Application.Top.Bounds); - // BUGBUG: I think the button isn't well centered here. GraphViewTests.AssertDriverContentsWithFrameAre (@" ┌ Title ──┐ │ Message │