Fixed AllViewsTester

This commit is contained in:
Tig
2024-05-03 13:32:33 -06:00
parent be8f7fadc6
commit 7dedfb83e8
8 changed files with 53 additions and 79 deletions

View File

@@ -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