From d6c73175c75305dc559228075d3432567907840d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 26 Feb 2019 15:34:23 +0100 Subject: [PATCH] Reduce minimum screen size With dual extrusion printers, this reduces the width so much that the material name is just ellipses in the top screen, but at least it's still usable. With single extrusion printers this is fine. --- 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 a0a21c31f3..58f5314161 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -430,7 +430,7 @@ }, "sizes": { - "window_minimum_size": [100, 60], + "window_minimum_size": [80, 48], "main_window_header": [0.0, 4.0], "main_window_header_button": [8, 2.35],