summarylogtreecommitdiffstats
path: root/smooth-user-pic.patch
diff options
context:
space:
mode:
authorWilliam Osler2017-09-02 15:10:44 -0700
committerWilliam Osler2017-09-02 15:27:45 -0700
commitcfa6440b2818eacebea019b04fe7ece0a97a8bed (patch)
tree6f52a224e7a690edc0b0dd1ee54f1aa64a9c3648 /smooth-user-pic.patch
parent2da9469f07e9a1c74bc6b30085a89fbbffc81440 (diff)
downloadaur-sddm-old-breeze-theme-tweak.tar.gz
add custom tweaks
Diffstat (limited to 'smooth-user-pic.patch')
-rw-r--r--smooth-user-pic.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/smooth-user-pic.patch b/smooth-user-pic.patch
new file mode 100644
index 000000000000..57232d19d109
--- /dev/null
+++ b/smooth-user-pic.patch
@@ -0,0 +1,19 @@
+--- a/src/breeze-5.7/components/UserDelegate.qml 2016-09-13 04:16:35.000000000 -0700
++++ b/src/breeze-5.7/components/UserDelegate.qml 2017-07-15 17:17:43.043366299 -0700
+@@ -18,7 +18,7 @@
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+-import QtQuick 2.2
++import QtQuick 2.3
+
+ import org.kde.plasma.core 2.0 as PlasmaCore
+ import org.kde.plasma.components 2.0 as PlasmaComponents
+@@ -81,6 +81,7 @@
+ //we try loading it as a normal image, if that fails we fall back to IconItem
+ Image {
+ id: face
++ mipmap: true
+ source: wrapper.iconSource
+ anchors {
+ fill: frame