From 1be2897e2f44ad8b40d00064d1544f5363be9dbd Mon Sep 17 00:00:00 2001 From: Pablo Rodriguez <107005300+pablojrl123@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:16:14 -0500 Subject: [PATCH] Use filename `arrow_right.svg` --- src/dash-entry.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dash-entry.vala b/src/dash-entry.vala index 187eb10..d92dff0 100644 --- a/src/dash-entry.vala +++ b/src/dash-entry.vala @@ -60,7 +60,7 @@ public class DashEntry : Gtk.Entry, Fadable if (arrow_pixbuf == null) { - var filename = Path.build_filename (Config.PKGDATADIR, "arrow_right.png"); + var filename = Path.build_filename (Config.PKGDATADIR, "arrow_right.svg"); try { arrow_pixbuf = new Gdk.Pixbuf.from_file (filename);