mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 05:35:55 +08:00
Fix (USB) print monitor in dark theme
This commit is contained in:
parent
aed0bb27f2
commit
7d6e698f43
@ -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
|
||||
|
@ -12,7 +12,7 @@ import Cura 1.0 as Cura
|
||||
import "PrinterOutput"
|
||||
|
||||
|
||||
Rectangle
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
UM.I18nCatalog { id: catalog; name: "cura"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user