From a7d9fcb37b2629107eb1ad047446028dc5301838 Mon Sep 17 00:00:00 2001 From: Rithvik Sriram Date: Fri, 9 Jan 2026 16:33:01 +0100 Subject: [PATCH] style(client): align ingredient and step list widths - Remove AnchorPane wrappers from IngredientList and RecipeStepList - Set maxWidth to Infinity on root VBox elements - Set maxWidth to Infinity on ListView components - Both lists now have consistent widths and fill container space Fixes #48 --- .../client/scenes/recipe/IngredientList.fxml | 45 +++++++++---------- .../scenes/recipe/RecipeDetailView.fxml | 6 ++- .../client/scenes/recipe/RecipeStepList.fxml | 44 +++++++++--------- 3 files changed, 47 insertions(+), 48 deletions(-) diff --git a/client/src/main/resources/client/scenes/recipe/IngredientList.fxml b/client/src/main/resources/client/scenes/recipe/IngredientList.fxml index 1a032ea..521e0d2 100644 --- a/client/src/main/resources/client/scenes/recipe/IngredientList.fxml +++ b/client/src/main/resources/client/scenes/recipe/IngredientList.fxml @@ -9,33 +9,32 @@ - + + - + - - - - - -