Browse Source

Added missing rendertype

Jaime van Kessel 6 years ago
parent
commit
2e50c19949
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Widgets/NotificationIcon.qml

+ 1 - 0
resources/qml/Widgets/NotificationIcon.qml

@@ -31,5 +31,6 @@ Rectangle
         horizontalAlignment: Text.AlignHCenter
         horizontalAlignment: Text.AlignHCenter
         verticalAlignment: Text.AlignVCenter
         verticalAlignment: Text.AlignVCenter
         font: UM.Theme.getFont("small")
         font: UM.Theme.getFont("small")
+        renderType: Text.NativeRendering
     }
     }
 }
 }