1
0
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:
Bryan Roe
2022-01-17 15:14:56 -08:00
parent b8a984bf99
commit 44edd37fdb
2 changed files with 2 additions and 2 deletions

View File

@@ -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