mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +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 color: label.color
|
||||||
property alias text: label.text
|
property alias text: label.text
|
||||||
property alias font: label.font
|
property alias font: label.font
|
||||||
property alias iconColor: icon.color
|
|
||||||
property real margin: UM.Theme.getSize("narrow_margin").width
|
property real margin: UM.Theme.getSize("narrow_margin").width
|
||||||
|
|
||||||
// These properties can be used in combination with layouts.
|
// These properties can be used in combination with layouts.
|
||||||
@ -40,7 +39,7 @@ Item
|
|||||||
width: UM.Theme.getSize("section_icon").width
|
width: UM.Theme.getSize("section_icon").width
|
||||||
height: width
|
height: width
|
||||||
|
|
||||||
color: UM.Theme.getColor("icon")
|
color: label.color
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user