From 77fe9b1c79a4de0ef8b464c946c7e3f87c7f8f41 Mon Sep 17 00:00:00 2001 From: Sebastian Hedtrich Date: Wed, 16 Sep 2026 23:12:53 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Dokumentationsdialog=20w=C3=A4chst=20bei?= =?UTF-8?q?=20Elternbrief=20=C3=BCber=20den=20Bildschirm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SizeToContent="Height" ohne Begrenzung ließ das Fenster beim Typ "Elternbrief" (drei zusätzliche Felder) so hoch werden, dass der Speichern-Button auf kleineren Bildschirmen (z.B. MacBook) nicht mehr erreichbar war. ScrollViewer bekommt eine MaxHeight, ab der intern gescrollt wird - analog zum bestehenden Muster in McpConfirmDialog. Co-Authored-By: Claude Sonnet 5 --- LehrerApp.Desktop/Views/Students/DocumentationDialog.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LehrerApp.Desktop/Views/Students/DocumentationDialog.axaml b/LehrerApp.Desktop/Views/Students/DocumentationDialog.axaml index ed36bb0..260e8d5 100644 --- a/LehrerApp.Desktop/Views/Students/DocumentationDialog.axaml +++ b/LehrerApp.Desktop/Views/Students/DocumentationDialog.axaml @@ -8,7 +8,7 @@ CanResize="True" WindowStartupLocation="CenterOwner"> - +