[gnome-taquin/arnaudb/wip/gtk4: 8/56] Fix AboutDialog image.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin/arnaudb/wip/gtk4: 8/56] Fix AboutDialog image.
- Date: Wed, 30 Sep 2020 13:55:32 +0000 (UTC)
commit fbf82e3abd4c5403b22b63783aac5bb027c1e912
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]