Skip to content

Commit

Permalink
Changing color of helpicon and making it as alias
Browse files Browse the repository at this point in the history
CURA-11403
  • Loading branch information
saumyaj3 committed Mar 5, 2024
1 parent c919f97 commit 7541e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UM/Qt/qml/UM/HelpIcon.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MouseArea
{
property alias text: tooltip.text
property alias icon: image.source
property alias color: image.color

id: helpIconMouseArea
hoverEnabled: true
Expand All @@ -21,7 +22,7 @@ MouseArea
{
id: image
anchors.fill: parent
color: UM.Theme.getColor("warning")
color: UM.Theme.getColor('warning')
source: UM.Theme.getIcon("Help")

UM.ToolTip
Expand Down

0 comments on commit 7541e5e

Please sign in to comment.