diff --git a/main.go b/main.go index 14f5470..fbd3a41 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( "github.com/gotk3/gotk3/gtk" ) -const version = "0.1.4" +const version = "0.1.5" var ( appDirs []string diff --git a/uicomponents.go b/uicomponents.go index 1e812e1..ff36e08 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) + button.SetAlwaysShowImage(true) hBox.PackStart(button, false, false, 0) name := cat.Name b := *button