[iagno/arnaudb/wip/gtk4: 7/54] Fix AboutDialog image.



commit 34026bd44e6724e58ea4f05815aa92eb23c619a7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Feb 14 05:16:47 2020 +0100

    Fix AboutDialog image.
    
    TODO test if gtk_image_set_icon_size() is needed.

 src/about-list.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/about-list.vala b/src/about-list.vala
index 44d0652..bf08646 100644
--- a/src/about-list.vala
+++ b/src/about-list.vala
@@ -223,7 +223,7 @@ private class AboutListItem : OverlayedListRow
     {
         Object (copy_text: copy_text);
 
-        Image image = new Image.from_icon_name (icon_name, IconSize.DIALOG);
+        Image image = new Image.from_icon_name (icon_name);
         image.pixel_size = 128;
         image.visible = true;
         image.hexpand = true;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]