Skip to content

Commit

Permalink
fix window siz
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimenteA committed Apr 21, 2023
1 parent ba1b40f commit 87091c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiberwebgui.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ func Run(app FiberApp) {
}

func RunWithSize(app FiberApp, width, height int) {
run(app, "--window-size"+strconv.Itoa(width)+","+strconv.Itoa(height))
run(app, "--window-size="+strconv.Itoa(width)+","+strconv.Itoa(height))
}

0 comments on commit 87091c5

Please sign in to comment.