mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +08:00
Merge branch 'fix_print_monitor_dark_theme' of https://github.com/fieldOfView/Cura into 4.0
This commit is contained in:
commit
a181ffe79d
@ -13,11 +13,12 @@ Component
|
|||||||
{
|
{
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
|
color: UM.Theme.getColor("main_background")
|
||||||
|
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
width: parent.width * 0.3
|
width: parent.width * 0.3
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
color: UM.Theme.getColor("main_background")
|
|
||||||
|
|
||||||
Cura.PrintMonitor
|
Cura.PrintMonitor
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,7 @@ import Cura 1.0 as Cura
|
|||||||
import "PrinterOutput"
|
import "PrinterOutput"
|
||||||
|
|
||||||
|
|
||||||
Rectangle
|
Item
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
UM.I18nCatalog { id: catalog; name: "cura"}
|
UM.I18nCatalog { id: catalog; name: "cura"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user