Set autosize height and width to false in form designer and to true in commuter module to avoid SRP Git serialization issue.

This commit is contained in:
Infineon\StieberD
2025-09-23 11:37:41 -07:00
parent 261880fab8
commit 40a7a5e5a1
2 changed files with 8 additions and 5 deletions

View File

@ -28,6 +28,8 @@ Event WINDOW.CREATE(CreateParam)
InitNavPage = CreateParam
Set_Property(@Window, '@INIT_NAV_PAGE', InitNavPage)
Set_Property(@Window, '@FIRST_RENDER', True$)
Set_Property(@Window:'.WEBVIEW_MAIN', 'AUTOSIZEHEIGHT', True$)
Set_Property(@Window:'.WEBVIEW_MAIN', 'AUTOSIZEWIDTH', True$)
PlaceDialog(-2, -2)
End Event
@ -101,3 +103,4 @@ Event WINDOW.TIMER()
end event