categories box: hide file search result box

This commit is contained in:
piotr
2021-05-30 01:59:43 +02:00
parent aec55b2197
commit dae18d9ba0
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -137,6 +137,7 @@ func setUpCategoriesButtonBox() *gtk.EventBox {
w := b.GetAllocatedWidth() w := b.GetAllocatedWidth()
b.SetImagePosition(gtk.POS_TOP) b.SetImagePosition(gtk.POS_TOP)
b.SetSizeRequest(w, 0) b.SetSizeRequest(w, 0)
fileSearchResultWrapper.Hide()
}) })
} }
} }