From 29a55c29530a048a9ad859686e33248fb87ab615 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 4 Apr 2019 09:51:53 +0200 Subject: [PATCH] Added missing rendertype --- resources/qml/Widgets/NotificationIcon.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Widgets/NotificationIcon.qml b/resources/qml/Widgets/NotificationIcon.qml index 7e4b0878dc..d06d9f16be 100644 --- a/resources/qml/Widgets/NotificationIcon.qml +++ b/resources/qml/Widgets/NotificationIcon.qml @@ -31,5 +31,6 @@ Rectangle horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter font: UM.Theme.getFont("small") + renderType: Text.NativeRendering } }