typo fix
Some checks failed
conan-package / conan-package (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled

This commit is contained in:
HellAholic 2025-06-20 12:28:51 +02:00 committed by GitHub
parent 397c43545c
commit be3d620142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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