.
This commit is contained in:
parent
d659596930
commit
2b12b4971f
2
gui.go
2
gui.go
@ -45,7 +45,7 @@ func (l logger) Write(p []byte) (n int, err error) {
|
||||
func gui() error {
|
||||
return ui.Main(func() {
|
||||
pathEntry := ui.NewEntry()
|
||||
browseButton := ui.NewButton("Browse")
|
||||
browseButton := ui.NewButton("Browse...")
|
||||
pathBox := ui.NewHorizontalBox()
|
||||
pathBox.Append(pathEntry, true)
|
||||
pathBox.Append(browseButton, false)
|
||||
|
Loading…
Reference in New Issue
Block a user