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.width: UM.Theme.getSize("default_lining").width
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
color: getBackgoundColor()
|
||||
color: getBackgroundColor()
|
||||
signal clicked()
|
||||
property alias imageSource: projectImage.source
|
||||
property alias projectNameText: displayNameLabel.text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue