From dbb50d805b0ff53b89da7754adb7d8064b9ebc4a Mon Sep 17 00:00:00 2001 From: Lains <4886639+lainsce@users.noreply.github.com> Date: Sat, 14 Jan 2023 12:34:39 -0300 Subject: [PATCH] Make image public for accessing in code --- lib/Models/ButtonContent.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Models/ButtonContent.vala b/lib/Models/ButtonContent.vala index b0befc89..03b9f8fa 100644 --- a/lib/Models/ButtonContent.vala +++ b/lib/Models/ButtonContent.vala @@ -25,7 +25,7 @@ public class He.ButtonContent : Gtk.Widget, Gtk.Buildable { private Gtk.Box box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 6); private Gtk.Label lbl = new Gtk.Label (""); - private Gtk.Image image = new Gtk.Image (); + public Gtk.Image image = new Gtk.Image (); /** * The icon of the Button.