Skip to content

Commit

Permalink
making status symbol visible
Browse files Browse the repository at this point in the history
CURA-11458
  • Loading branch information
saumyaj3 committed Dec 27, 2023
1 parent ab3b907 commit d34790e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions UM/Qt/qml/UM/MessageStack.qml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ ListView
UM.StatusIcon
{
id: messageTypeIcon
visible: status !== UM.StatusIcon.Status.NEUTRAL
visible: state !== UM.StatusIcon.Status.NEUTRAL
height: visible ? UM.Theme.getSize("message_type_icon").height: 0
width: visible ? UM.Theme.getSize("message_type_icon").height : 0
property var status:
status: state
property var state:
{
switch (model.message_type)
{
Expand Down

0 comments on commit d34790e

Please sign in to comment.