mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Merge pull request #2530 from Ultimaker/CL-457_cura_connect_visual
CL-457 cura connect visual
This commit is contained in:
commit
575c3ebebb
12 changed files with 143 additions and 38 deletions
|
@ -386,8 +386,6 @@ UM.MainWindow
|
|||
visible: opacity > 0
|
||||
opacity: base.showPrintMonitor ? 1 : 0
|
||||
|
||||
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.AllButtons
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"secondary": [241, 242, 242, 255],
|
||||
|
||||
"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_inactive": [128, 128, 128, 255],
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"secondary": [245, 245, 245, 255],
|
||||
|
||||
"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_inactive": [128, 128, 128, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue