Skip to content

Commit

Permalink
Increase initial window size on go-flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
moffatman committed Mar 27, 2021
1 parent 29d5466 commit d27a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var options = []flutter.Option{
flutter.WindowInitialDimensions(640, 640),
flutter.WindowInitialDimensions(1024, 768),
flutter.AddPlugin(&video_player.VideoPlayerPlugin{}),
flutter.AddPlugin(&path_provider.PathProviderPlugin{
VendorName: "moffatman",
Expand Down

0 comments on commit d27a57f

Please sign in to comment.