mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
States a button centered issue on a lower fixed size.
This commit is contained in:
@@ -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 │
|
||||
|
||||
Reference in New Issue
Block a user