mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 16:54:23 +08:00
Remove comment
Contributes to CL-1212
This commit is contained in:
parent
76240bb458
commit
283de789c2
@ -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…
x
Reference in New Issue
Block a user