mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
* Added View.BorderStyle and renamed BorderStyle enum to LineStyle * Fixed a lot of things and broke everything else * Fixed things * Updated DialogTests * Updates including Rect unit tests * Fixed Dialog & MessagBox tests * Fixed AllviewsTester bug * Fixed AllviewsTester bug * Removed Border class * Renamed View privates with _ * Removed comments in MessageBox.cs
This commit is contained in:
@@ -637,7 +637,7 @@ namespace Terminal.Gui.ViewsTests {
|
||||
Width = 20
|
||||
};
|
||||
|
||||
var win = new Window ("Window");
|
||||
var win = new Window ();
|
||||
win.Add (label, tf);
|
||||
|
||||
var statusBar = new StatusBar (new StatusItem [] {
|
||||
@@ -658,7 +658,7 @@ namespace Terminal.Gui.ViewsTests {
|
||||
Application.Top.Redraw (Application.Top.Bounds);
|
||||
var expected = @"
|
||||
File Edit
|
||||
┌┤Window├──────────────────────────────────┐
|
||||
┌──────────────────────────────────────────┐
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
|
||||
Reference in New Issue
Block a user