add section to show valiaton check feedback

This commit is contained in:
Robin Olsen
2026-03-11 14:49:55 +01:00
parent 0a004af359
commit 8f40a4c9a3
2 changed files with 14 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ var (
)
const (
ListViewRatio = 70 // Percentage of total width allocated to the list view
ListViewRatio = 45 // Percentage of total width allocated to the list view
LabelWidth = 14
MarginBottomSmall = 1
)