Added missing anchor flag to support resizing of window

This commit is contained in:
Armando Rivera 2021-08-03 22:43:35 -04:00
parent 08342e5372
commit 0e239c2e03

View File

@ -47,6 +47,7 @@ Cocoa_Init()
self.window = newWindow("Template", width, height, winStyle)
self.editor = newTextEdit(self.window,"", 20, 20, width-40, height-40)
self.editor.anchor = akFull
setupMenus()
Cocoa_Run(self.window)