mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue