descriptions

This commit is contained in:
piotr
2021-09-24 03:36:51 +02:00
parent c19814256f
commit 920d95e6e1
3 changed files with 2 additions and 4 deletions

View File

@@ -67,7 +67,6 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
return true
} else if btnEvent.Button() == 3 {
unpinItem(entry.DesktopID)
//pinnedFlowBox = setUpPinnedFlowBox()
return true
}
return false
@@ -127,7 +126,6 @@ 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