Skip to content

Commit

Permalink
Fix API change before Fyne hit 1.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz authored and gmlewis committed Apr 3, 2019
1 parent 8f4809a commit e83d46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerber/viewer/viewer.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func Gerber(g *gerber.Gerber, allLayersOn bool) {
layers.Append(widget.NewHBox(check, layout.NewSpacer()))
}
}
scroller := widget.NewScroller(layers)
scroller := widget.NewScrollContainer(layers)
addCheck(vc.indexDrill, "Drill")
addCheck(vc.indexTopSilkscreen, "Top Silkscreen")
addCheck(vc.indexTopSolderMask, "Top Solder Mask")
Expand Down

0 comments on commit e83d46b

Please sign in to comment.