mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
parent
2e5eb61144
commit
406ef20802
14 changed files with 63 additions and 70 deletions
|
@ -18,7 +18,7 @@ Item {
|
|||
Button {
|
||||
id: button;
|
||||
background: Rectangle {
|
||||
color: UM.Theme.getColor("viewport_background")
|
||||
color: UM.Theme.getColor("viewport_background"); // TODO: Theme!
|
||||
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