From b06b0b51df4c63f42eeac9649aa159037f3160e5 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Fri, 16 Aug 2019 10:07:22 -0700 Subject: [PATCH] Mipmap the emoteIndicator Image --- .../simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml b/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml index 4de13d639e..c5c6331407 100644 --- a/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml +++ b/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml @@ -61,6 +61,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter source: "images/emote_Icon.svg" + mipmap: true } ColorOverlay {