mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed AllViewsTester
This commit is contained in:
@@ -79,7 +79,7 @@ public class LoginView : Window, IViewFor<LoginViewModel>
|
||||
|
||||
var loginProgressLabel = new Label
|
||||
{
|
||||
AutoSize = false, X = Pos.Left (previous), Y = Pos.Top (previous) + 1, Width = 40, Height = 1, Text = idle
|
||||
X = Pos.Left (previous), Y = Pos.Top (previous) + 1, Width = 40, Height = 1, Text = idle
|
||||
};
|
||||
|
||||
ViewModel
|
||||
|
||||
Reference in New Issue
Block a user