mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -06:00
CL-468 The sidebar in the monitor tab should have a grey background
Subtask of CL-457 Cura plugin: primary visual improvements
This commit is contained in:
parent
437da52f65
commit
e04a63d337
4 changed files with 7 additions and 5 deletions
|
@ -10,8 +10,8 @@ Component
|
|||
Rectangle
|
||||
{
|
||||
width: maximumWidth
|
||||
height: maximumHeight
|
||||
color: "#FFFFFF" // TODO; Should not be hardcoded.
|
||||
height: maximumHeight
|
||||
color: UM.Theme.getColor("viewport_background")
|
||||
|
||||
property var emphasisColor: "#44c0ff" //TODO: should be linked to theme.
|
||||
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue