Skip to content

Commit

Permalink
chore: Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcoke committed Mar 5, 2023
1 parent cbe5184 commit ee96ff9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,16 @@ import (
)

func main() {
// create a fyne app
app := app.New()

// create a window for the app
win := app.NewWindow("Falcon Toolbox")

var config = layout.Config
var container = config.LoadImageButtons(win)

// show window and run app
win.Resize(fyne.Size{Width: 800, Height: 480})

win.SetContent(container)

//win.CenterOnScreen()
win.ShowAndRun()
}

0 comments on commit ee96ff9

Please sign in to comment.