Fix (USB) print monitor in dark theme

This commit is contained in:
fieldOfView 2018-12-17 17:37:21 +01:00
parent aed0bb27f2
commit 7d6e698f43
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@ Component
{
Rectangle
{
color: UM.Theme.getColor("main_background")
anchors.right: parent.right
width: parent.width * 0.3
anchors.top: parent.top

View File

@ -12,7 +12,7 @@ import Cura 1.0 as Cura
import "PrinterOutput"
Rectangle
Item
{
id: base
UM.I18nCatalog { id: catalog; name: "cura"}