From d84f8a818ac864dbb348bb05d28c301da0f07ce6 Mon Sep 17 00:00:00 2001 From: dtrentin Date: Wed, 22 Jul 2026 08:58:50 +0200 Subject: [PATCH] fix: dashboard Details button no longer clipped (v0.3.1) Trailing DataGridTemplateColumn had Width="Auto"; against the 2* star columns it collapsed on first layout, clipping the Details button to a sliver. Pin to Width="120" so the button always fits. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/Junction.App/Views/DashboardView.axaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Junction.App/Views/DashboardView.axaml b/src/Junction.App/Views/DashboardView.axaml index 4f92f7d..6d2fb2d 100644 --- a/src/Junction.App/Views/DashboardView.axaml +++ b/src/Junction.App/Views/DashboardView.axaml @@ -71,7 +71,9 @@ Width="Auto" x:DataType="vm:MachineRowViewModel" /> - + +