We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d90f commit a917ebfCopy full SHA for a917ebf
1 file changed
examples/021-ModernSidebarUI.au3
@@ -32,7 +32,7 @@ Func _Example()
32
Local $oWebV2M = _NetWebView2_CreateManager()
33
Local $oBridge = _NetWebView2_GetBridge($oWebV2M, "JS_Events_")
34
35
- ; Initialize on the left side (0, 0, 140, 450)
+ ; Initialize on the left side (0, 0, 140, 410)
36
_NetWebView2_Initialize($oWebV2M, $hGui, @ScriptDir & "\UserData", 0, 0, 140, 410, True)
37
38
; Constructing the HTML with all the buttons
0 commit comments