From ec6bc2f06f0922f772c5b4fd0ceefba20dcc8f8f Mon Sep 17 00:00:00 2001 From: dtrentin Date: Wed, 22 Jul 2026 07:47:13 +0200 Subject: [PATCH] fix: config screen uses full window width (v0.3.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MachineConfigView was two left-pinned cards (MaxWidth 480/640, HAlign Left) stacked in a DockPanel — right half of wide window empty, items list capped at 320px. Now root Grid Auto,*,Auto: header top, footer (validation + Save/Cancel) bottom full-width, body Grid Auto,* — fixed 380px form left, data-items card stretches to fill width + height (scrollable). Layout only; no binding/VM/command change. Dashboard/Detail already fill correctly — untouched. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../Views/MachineConfigView.axaml | 226 +++++++++--------- 1 file changed, 117 insertions(+), 109 deletions(-) diff --git a/src/Junction.App/Views/MachineConfigView.axaml b/src/Junction.App/Views/MachineConfigView.axaml index 5ccee4c..0100cbd 100644 --- a/src/Junction.App/Views/MachineConfigView.axaml +++ b/src/Junction.App/Views/MachineConfigView.axaml @@ -8,120 +8,128 @@ x:DataType="vm:MachineConfigViewModel" x:CompileBindings="True"> - + + - - - -