diff --git a/bin/nwg-drawer b/bin/nwg-drawer index a3d8cc8..6a19a5e 100755 Binary files a/bin/nwg-drawer and b/bin/nwg-drawer differ diff --git a/uicomponents.go b/uicomponents.go index 28727e9..cebc933 100644 --- a/uicomponents.go +++ b/uicomponents.go @@ -137,6 +137,7 @@ func setUpCategoriesButtonBox() *gtk.EventBox { w := b.GetAllocatedWidth() b.SetImagePosition(gtk.POS_TOP) b.SetSizeRequest(w, 0) + fileSearchResultWrapper.Hide() }) } }