Skip to content

Commit a917ebf

Browse files
authored
ModernSidebarUI.au3
1 parent e84d90f commit a917ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/021-ModernSidebarUI.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Func _Example()
3232
Local $oWebV2M = _NetWebView2_CreateManager()
3333
Local $oBridge = _NetWebView2_GetBridge($oWebV2M, "JS_Events_")
3434

35-
; Initialize on the left side (0, 0, 140, 450)
35+
; Initialize on the left side (0, 0, 140, 410)
3636
_NetWebView2_Initialize($oWebV2M, $hGui, @ScriptDir & "\UserData", 0, 0, 140, 410, True)
3737

3838
; Constructing the HTML with all the buttons

0 commit comments

Comments
 (0)