mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
typo fix
This commit is contained in:
parent
397c43545c
commit
be3d620142
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ Cura.RoundedRectangle
|
||||||
border.color: enabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("action_button_disabled_border")
|
border.color: enabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("action_button_disabled_border")
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
radius: UM.Theme.getSize("default_radius").width
|
radius: UM.Theme.getSize("default_radius").width
|
||||||
color: getBackgoundColor()
|
color: getBackgroundColor()
|
||||||
signal clicked()
|
signal clicked()
|
||||||
property alias imageSource: projectImage.source
|
property alias imageSource: projectImage.source
|
||||||
property alias projectNameText: displayNameLabel.text
|
property alias projectNameText: displayNameLabel.text
|
||||||
|
@ -106,4 +106,4 @@ Cura.RoundedRectangle
|
||||||
return UM.Theme.getColor("action_button_disabled")
|
return UM.Theme.getColor("action_button_disabled")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue