From 756288bbb49daa05dc1e487470106f98749d840f Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 26 Jun 2018 22:34:06 +0200 Subject: [PATCH] Fix a bright line/gap between the viewport and sidebar due to rounding --- resources/qml/Cura.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 80c2d27d9e..692a6fc259 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -20,6 +20,8 @@ UM.MainWindow viewportRect: Qt.rect(0, 0, (base.width - sidebar.width) / base.width, 1.0) property bool showPrintMonitor: false + backgroundColor: UM.Theme.getColor("viewport_background") + // This connection is here to support legacy printer output devices that use the showPrintMonitor signal on Application to switch to the monitor stage // It should be phased out in newer plugin versions. Connections