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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user