Fix Rectangles that always show as white regardless of the theme

This commit is contained in:
fieldOfView 2017-01-23 23:38:48 +01:00
parent 26ad2c8f6e
commit bf3d3d46e2
5 changed files with 12 additions and 3 deletions

View file

@ -41,8 +41,9 @@ Item
width: valueLabel.width + UM.Theme.getSize("default_margin").width
Behavior on height { NumberAnimation { duration: 50; } }
border.width: UM.Theme.getSize("default_lining").width;
border.color: UM.Theme.getColor("slider_groove_border");
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("slider_groove_border")
color: UM.Theme.getColor("tool_panel_background")
visible: UM.LayerView.getLayerActivity && Printer.getPlatformActivity ? true : false