summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/file-manager/fm-desktop-wayland-bg-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-desktop-wayland-bg-dialog.c b/src/file-manager/fm-desktop-wayland-bg-dialog.c
index bf5103e1..588e9ab0 100644
--- a/src/file-manager/fm-desktop-wayland-bg-dialog.c
+++ b/src/file-manager/fm-desktop-wayland-bg-dialog.c
@@ -130,7 +130,7 @@ update_preview (gboolean starting, GtkWidget *box, const gchar *filename,
GdkPixbuf *pixbuf;
pixbuf = gdk_pixbuf_new_from_file_at_scale (filename, geometry.width / 5,
- geometry.height / 5, FALSE, NULL);
+ geometry.height / 5, TRUE, NULL);
gtk_image_set_from_pixbuf (GTK_IMAGE (preview_image), pixbuf);