Skip to content

Commit beeb326

Browse files
authored
Update 004-FileViewerDemo_Loop.au3
1 parent 9bf6221 commit beeb326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/004-FileViewerDemo_Loop.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Func _Example()
3939
; Create the UI
4040
Local $iHeight = 800
4141
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)
42+
Local $idLabelStatus = GUICtrlCreateLabel("Status: Initializing Engine...", 10, $iHeight - 20, 1080, 20)
4343
GUICtrlSetFont(-1, 9, 400, 0, "Segoe UI")
4444

4545
; Initialize WebView2 Manager and register events

0 commit comments

Comments
 (0)