mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Update Formatting
This commit is contained in:
@@ -64,8 +64,8 @@ public class LoginView : Window, IViewFor<LoginViewModel>
|
||||
})
|
||||
.AddControlAfter<TextField> ((previous, pwInput) =>
|
||||
{
|
||||
pwInput.X = Pos.Right (previous) + 1;
|
||||
pwInput.Y = Pos.Top (previous);
|
||||
pwInput.X = Pos.Right (previous) + 1;
|
||||
pwInput.Y = Pos.Top (previous);
|
||||
pwInput.Width = 40;
|
||||
pwInput.Text = ViewModel.Password;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user