Skip to content

Commit

Permalink
fix: window width
Browse files Browse the repository at this point in the history
  • Loading branch information
agukrapo committed Jul 23, 2024
1 parent a7b5d84 commit c8467c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type application struct {
func newApplication(cookie string) *application {
a := fyneapp.New()
w := a.NewWindow("Playlist Creator")
w.Resize(fyne.NewSize(1400, 800))
w.Resize(fyne.NewSize(1300, 800))

return &application{
window: w,
Expand Down

0 comments on commit c8467c7

Please sign in to comment.