From e5246a13cdddc85ec55137d2b1ef76cfe1170b25 Mon Sep 17 00:00:00 2001 From: piotr Date: Wed, 21 Jul 2021 01:52:19 +0200 Subject: [PATCH] force image in category button #8 --- uicomponents.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uicomponents.go b/uicomponents.go index ff36e08..2c24b51 100644 --- a/uicomponents.go +++ b/uicomponents.go @@ -131,6 +131,7 @@ func setUpCategoriesButtonBox() *gtk.EventBox { button.SetProperty("name", "category-button") catButtons = append(catButtons, button) button.SetLabel(cat.DisplayName) + // fix #8 button.SetAlwaysShowImage(true) hBox.PackStart(button, false, false, 0) name := cat.Name