From f07be2f4ec97a020ac68d0e2f292f7e9c1b8aa42 Mon Sep 17 00:00:00 2001 From: Leonhard Date: Sat, 26 Aug 2023 15:47:21 +0200 Subject: [PATCH] Pixel size 48 --- src/AppRow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppRow.vala b/src/AppRow.vala index c5f45aa1..81f1c860 100644 --- a/src/AppRow.vala +++ b/src/AppRow.vala @@ -16,7 +16,7 @@ public class Sound.AppRow : Gtk.Grid { construct { image = new Gtk.Image () { - pixel_size = 32 + pixel_size = 48 }; app_name_label = new Gtk.Label ("") {