This commit is contained in:
parent
f26701d416
commit
7540300857
@ -114,7 +114,8 @@ func makeBrowseUI() *fyne.Container {
|
|||||||
layout.NewSpacer(),
|
layout.NewSpacer(),
|
||||||
widget.NewButtonWithIcon("", theme.NavigateNextIcon(), func() {
|
widget.NewButtonWithIcon("", theme.NavigateNextIcon(), func() {
|
||||||
log.Println("Next comic")
|
log.Println("Next comic")
|
||||||
}))
|
}),
|
||||||
|
)
|
||||||
|
|
||||||
browseUI := container.New(
|
browseUI := container.New(
|
||||||
layout.NewVBoxLayout(),
|
layout.NewVBoxLayout(),
|
||||||
|
Loading…
Reference in New Issue
Block a user