Remove debug property

Contributes to CS-251
This commit is contained in:
Ian Paschal 2019-08-08 15:23:29 +02:00
parent 1aed8a1fa5
commit 9a29c77228

View file

@ -39,8 +39,7 @@ Item
{
id: background
anchors.fill: parent
// color: UM.Theme.getColor("monitor_card_background")
color: "red"
color: UM.Theme.getColor("monitor_card_background")
border
{
color: UM.Theme.getColor("monitor_card_border")