small change

This commit is contained in:
Luc Vandenbroucke 2021-08-26 16:08:31 +02:00
parent 2a90649fcb
commit d860d438be

View file

@ -660,7 +660,7 @@ namespace eDosStation
b.Click += BTestPerson_Click;
b.Tag = i.ToString();
b.Content = $"* TP {i} *";
b.Height = 30;
b.Height = 20; b.Width = 30;
b.Margin = m;
sp.Children.Add(b);
}