mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Enable the tooltip when the camera button is disabled
CURA-8436
This commit is contained in:
parent
310417bb5b
commit
de9b1f82b9
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ Button
|
|||
horizontalCenter: parent.horizontalCenter
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
color: UM.Theme.getColor("primary")
|
||||
color: enabled ? UM.Theme.getColor("primary") : UM.Theme.getColor("main_background")
|
||||
height: width
|
||||
source: iconSource
|
||||
width: Math.round(parent.width / 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue