From 98eff6ebb6a1afe79db2e399f410c12dfa077f4f Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 15 Aug 2019 16:32:59 -0700 Subject: [PATCH] Mipmap the emoji bar images --- .../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 d66bd6ebc8..5e43420b41 100644 --- a/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml +++ b/scripts/simplifiedUI/simplifiedEmote/ui/qml/SimplifiedEmoteIndicator.qml @@ -110,6 +110,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter source: model.imageURL + mipmap: true } MouseArea {