[gnome-taquin/arnaudb/wip/gtk4: 72/108] Fix AboutDialog image.




commit 11b4d181dc678f6ddd749eee5d52e1ca65ee3807
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Feb 19 20:58:22 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 8cfcbea..bc1580a 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]