Skip to content

Commit 420f77a

Browse files
committed
works perfectly
1 parent 723604f commit 420f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ func main() {
880880
teamChart.Resize(fyne.NewSize(2048, 612))
881881
teamChart.FillMode = canvas.ImageFillOriginal
882882
vsplit := container.NewVSplit(container.NewVBox(inputTeam, teamButton, renderChartButton, matches), importantGeneralData)
883-
secondvsplit := container.NewVSplit(container.NewVBox(inputMatch, matchButton, matches), importantMatchData)
883+
secondvsplit := container.NewVSplit(container.NewVBox(inputMatch, matchButton), importantMatchData)
884884
vsplit.SetOffset(0)
885885
secondvsplit.SetOffset(0)
886886
matchLookup.SetContent(secondvsplit)

0 commit comments

Comments
 (0)