Версия 0.3.0 #3

Merged
kor-elf merged 13 commits from develop into main 2024-02-04 20:50:55 +06:00
Showing only changes of commit 5025807b14 - Show all commits

View File

@ -27,7 +27,7 @@ func main() {
if err == nil {
a.SetIcon(iconResource)
}
w := a.NewWindow("GUI FFMpeg!")
w := a.NewWindow("FFMpeg GUI!")
w.Resize(fyne.Size{Width: 800, Height: 600})
w.CenterOnScreen()