Make the blue color on the monitor tab consistent

CL-554
This commit is contained in:
Simon Edwards 2017-10-10 10:49:04 +02:00
parent ebb8437bff
commit c6f4e263fb
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Component
height: maximumHeight
color: UM.Theme.getColor("viewport_background")
property var emphasisColor: "#44c0ff" //TODO: should be linked to theme.
property var emphasisColor: UM.Theme.getColor("setting_control_border_highlight")
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
property var cornerRadius: 4 * screenScaleFactor // TODO: Should be linked to theme.
UM.I18nCatalog

View File

@ -51,7 +51,7 @@ Rectangle
property var printer
border.width: UM.Theme.getSize("default_lining").width
border.color: mouse.containsMouse ? UM.Theme.getColor("setting_control_border_highlight") : lineColor
border.color: mouse.containsMouse ? emphasisColor : lineColor
z: mouse.containsMouse ? 1 : 0 // Push this item up a bit on mouse over to ensure that the highlighted bottom border is visible.
property var printJob: