mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-26 13:13:17 +00:00
Fixed length of user name field in enhanced user consent dialog box
This commit is contained in:
@@ -279,7 +279,7 @@ function pump_onHwnd(h)
|
||||
this._addCreateWindowEx(0, GM.CreateVariable('STATIC', { wide: true }), GM.CreateVariable(this.username, { wide: true }), WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT,
|
||||
10, // x position
|
||||
215, // y position
|
||||
192, // Button width
|
||||
335, // Button width
|
||||
30, // Button height
|
||||
h, // Parent window
|
||||
0xFFF2, // Child ID
|
||||
|
||||
Reference in New Issue
Block a user