From f265c81efea72e0e6189e663c30307a2998ee039 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 16 Oct 2024 10:43:38 +0200 Subject: [PATCH] Was too small to fit in the start/end-gcode in new printers. This might have some impact on the min window size you can use Cura with, but it was getting a bit silly. CURA-12155 --- resources/themes/cura-light/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 2d537d8ee85..32eee7e5d67 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -642,7 +642,7 @@ "monitor_preheat_temperature_control": [4.5, 2.0], "welcome_wizard_window": [46, 50], - "modal_window_minimum": [60.0, 45], + "modal_window_minimum": [60.0, 50.0], "wizard_progress": [10.0, 0.0], "message": [30.0, 5.0],