We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf6221 commit beeb326Copy full SHA for beeb326
1 file changed
examples/004-FileViewerDemo_Loop.au3
@@ -39,7 +39,7 @@ Func _Example()
39
; Create the UI
40
Local $iHeight = 800
41
Local $hMainGUIWindow = GUICreate("WebView2 .NET Manager - Demo: " & @ScriptName, 1100, $iHeight, -1, -1, BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPCHILDREN))
42
- Local $idLabelStatus = GUICtrlCreateLabel("Status: Initializing Engine...", 10, $iHeight - 20, 880, 20)
+ Local $idLabelStatus = GUICtrlCreateLabel("Status: Initializing Engine...", 10, $iHeight - 20, 1080, 20)
43
GUICtrlSetFont(-1, 9, 400, 0, "Segoe UI")
44
45
; Initialize WebView2 Manager and register events
0 commit comments