mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
QML Clean-up
Contributes to CL-897, CL-1051, CL-1111
This commit is contained in:
parent
f9545a339d
commit
0045559d01
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Item {
|
|||
color: UM.Theme.getColor("viewport_background"); // TODO: Theme!
|
||||
height: button.height;
|
||||
opacity: button.down || button.hovered ? 1 : 0;
|
||||
radius: 0.5 * width;
|
||||
radius: Math.round(0.5 * width);
|
||||
width: button.width;
|
||||
}
|
||||
contentItem: Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue