From 9ee0624664f77f170725539c2d7af1f1f32e1a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 3 Nov 2025 15:16:05 +0100 Subject: [PATCH] no message --- Abrechnung/form.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Abrechnung/form.json b/Abrechnung/form.json index fb67c9c..66a7a22 100644 --- a/Abrechnung/form.json +++ b/Abrechnung/form.json @@ -34,14 +34,14 @@ { "caption": "Adresse", "name": "address", - "width": "35%", + "width": "25%", "add": "", "edit": { "type": "ValidationTextBox" } }, { "caption": "Ort", "name": "city", - "width": "20%", + "width": "25%", "add": "", "edit": { "type": "ValidationTextBox" } } @@ -93,7 +93,7 @@ { "caption": "Benutzer-ID", "name": "user_id", - "width": "15%", + "width": "20%", "add": "", "edit": { "type": "ValidationTextBox" } } @@ -124,21 +124,21 @@ { "caption": "Name", "name": "name", - "width": "25%", + "width": "20%", "add": "", "edit": { "type": "ValidationTextBox" } }, { "caption": "Var. Verbrauch", "name": "var_consumption", - "width": "25%", + "width": "20%", "add": 0, "edit": { "type": "SelectVariable" } }, { "caption": "Benutzer-ID", "name": "user_id", - "width": "15%", + "width": "20%", "add": "", "edit": { "type": "ValidationTextBox" } }