mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
fixed Wizard
This commit is contained in:
@@ -79,7 +79,7 @@ public class Wizard : Dialog
|
||||
};
|
||||
|
||||
//// Add a horiz separator
|
||||
var separator = new Line { Orientation = Orientation.Horizontal, Y = Pos.Top (BackButton) - 1 };
|
||||
var separator = new Line { Orientation = Orientation.Horizontal, X = -1, Y = Pos.Top (BackButton) - 1, Length = Dim.Fill(-1)};
|
||||
|
||||
base.Add (separator);
|
||||
AddButton (BackButton);
|
||||
|
||||
Reference in New Issue
Block a user