Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d0c4d2e5f | ||
|
|
a7968d8510 | ||
|
|
e601316480 |
BIN
bin/nwg-drawer
BIN
bin/nwg-drawer
Binary file not shown.
2
main.go
2
main.go
@@ -19,7 +19,7 @@ import (
|
|||||||
"github.com/gotk3/gotk3/gtk"
|
"github.com/gotk3/gotk3/gtk"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "0.1.7"
|
const version = "0.1.8"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
appDirs []string
|
appDirs []string
|
||||||
|
|||||||
@@ -146,7 +146,9 @@ 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()
|
if fileSearchResultWrapper != nil {
|
||||||
|
fileSearchResultWrapper.Hide()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user