mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Remove comment
Contributes to CL-1212
This commit is contained in:
parent
76240bb458
commit
283de789c2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Item {
|
|||
Button {
|
||||
id: button;
|
||||
background: Rectangle {
|
||||
color: UM.Theme.getColor("monitor_card_hover"); // TODO: Theme!
|
||||
color: UM.Theme.getColor("monitor_card_hover")
|
||||
height: button.height;
|
||||
opacity: button.down || button.hovered ? 1 : 0;
|
||||
radius: Math.round(0.5 * width);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue