mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge branch 'fix_print_monitor_dark_theme' of https://github.com/fieldOfView/Cura into 4.0
This commit is contained in:
commit
a181ffe79d
2 changed files with 3 additions and 2 deletions
|
@ -13,11 +13,12 @@ Component
|
|||
{
|
||||
Rectangle
|
||||
{
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
anchors.right: parent.right
|
||||
width: parent.width * 0.3
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
Cura.PrintMonitor
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue