mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -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
|
@ -6,11 +6,13 @@ import Cura 1.0 as Cura
|
||||||
|
|
||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
Item
|
Rectangle
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
property var manager: Cura.MachineManager.printerOutputDevices[0]
|
property var manager: Cura.MachineManager.printerOutputDevices[0]
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
color: UM.Theme.getColor("viewport_background")
|
||||||
|
|
||||||
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
|
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
|
||||||
property var cornerRadius: 4 * screenScaleFactor // TODO: Should be linked to theme.
|
property var cornerRadius: 4 * screenScaleFactor // TODO: Should be linked to theme.
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ Component
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
width: maximumWidth
|
width: maximumWidth
|
||||||
height: maximumHeight
|
height: maximumHeight
|
||||||
color: "#FFFFFF" // TODO; Should not be hardcoded.
|
color: UM.Theme.getColor("viewport_background")
|
||||||
|
|
||||||
property var emphasisColor: "#44c0ff" //TODO: should be linked to theme.
|
property var emphasisColor: "#44c0ff" //TODO: should be linked to theme.
|
||||||
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
|
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"secondary": [241, 242, 242, 255],
|
"secondary": [241, 242, 242, 255],
|
||||||
|
|
||||||
"topbar_background_color": [0, 0, 0, 0],
|
"topbar_background_color": [0, 0, 0, 0],
|
||||||
"topbar_background_color_monitoring": [39, 44, 48, 255],
|
"topbar_background_color_monitoring": [0, 0, 0, 0],
|
||||||
|
|
||||||
"topbar_button_text_active": [255, 255, 255, 255],
|
"topbar_button_text_active": [255, 255, 255, 255],
|
||||||
"topbar_button_text_inactive": [128, 128, 128, 255],
|
"topbar_button_text_inactive": [128, 128, 128, 255],
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"secondary": [245, 245, 245, 255],
|
"secondary": [245, 245, 245, 255],
|
||||||
|
|
||||||
"topbar_background_color": [255, 255, 255, 0],
|
"topbar_background_color": [255, 255, 255, 0],
|
||||||
"topbar_background_color_monitoring": [255, 255, 255, 255],
|
"topbar_background_color_monitoring": [255, 255, 255, 0],
|
||||||
|
|
||||||
"topbar_button_text_active": [0, 0, 0, 255],
|
"topbar_button_text_active": [0, 0, 0, 255],
|
||||||
"topbar_button_text_inactive": [128, 128, 128, 255],
|
"topbar_button_text_inactive": [128, 128, 128, 255],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue