small change
This commit is contained in:
parent
2a90649fcb
commit
d860d438be
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue