tidy up ui

This commit is contained in:
TheXamlGuy
2024-06-10 21:34:42 +01:00
parent 7caca96b05
commit c4ba9615a3
14 changed files with 80 additions and 14 deletions
+5 -4
View File
@@ -798,11 +798,12 @@ public record ItemConfiguration
{
Entries = new List<ItemEntryConfiguration>
{
new TextEntryConfiguration
{
Label = "Pin"
},
new PinEntryConfiguration
{
Label = "Pin",
Maximum = 4
},
new TextEntryConfiguration
{
Label = "Credit Limit",
},