mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
QML Clean-up
Contributes to CL-897, CL-1051, CL-1111
This commit is contained in:
parent
1bd488dd6c
commit
f9545a339d
4 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ Rectangle {
|
|||
property var iconSource: null;
|
||||
color: clickArea.containsMouse ? UM.Theme.getColor("primary_hover") : UM.Theme.getColor("primary"); // "Cura Blue"
|
||||
height: width;
|
||||
radius: 0.5 * width;
|
||||
radius: Math.round(0.5 * width);
|
||||
width: 36 * screenScaleFactor;
|
||||
|
||||
UM.RecolorImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue