mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +08:00
Remove duplicate iconColor property in the IconWithText component
Probably it was a mistake in a merge conflict
This commit is contained in:
parent
3744509452
commit
36ccef4209
@ -19,7 +19,6 @@ Item
|
||||
property alias color: label.color
|
||||
property alias text: label.text
|
||||
property alias font: label.font
|
||||
property alias iconColor: icon.color
|
||||
property real margin: UM.Theme.getSize("narrow_margin").width
|
||||
|
||||
// These properties can be used in combination with layouts.
|
||||
@ -40,7 +39,7 @@ Item
|
||||
width: UM.Theme.getSize("section_icon").width
|
||||
height: width
|
||||
|
||||
color: UM.Theme.getColor("icon")
|
||||
color: label.color
|
||||
|
||||
anchors
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user