Skip to content

Commit

Permalink
Merge pull request #943 from Ultimaker/CURA-11403-pap-modification
Browse files Browse the repository at this point in the history
adding warning to settings not in whitelist
  • Loading branch information
rburema authored Mar 6, 2024
2 parents 1e18559 + 0a68155 commit 9aacf65
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("text")
color: UM.Theme.getColor("warning")
source: UM.Theme.getIcon("Help")

UM.ToolTip
Expand Down

0 comments on commit 9aacf65

Please sign in to comment.