1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-16 00:03:45 +00:00

Updated spacing on title bar for windows user consent and dialog

This commit is contained in:
Bryan Roe
2022-02-11 23:39:43 -08:00
parent 5f78c87b07
commit 7df445ac6d
3 changed files with 8 additions and 8 deletions

View File

@@ -348,7 +348,7 @@ function pump_onHwnd(h)
this.pump._addAsyncMethodCall(this.pump._user32.SetCursor.async, [cs]);
}).parentPromise.pump = this;
this._addCreateWindowEx(0, GM.CreateVariable('STATIC', { wide: true }), GM.CreateVariable(' ' + this.translations.Title, { wide: true }), WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT | SS_CENTERIMAGE,
this._addCreateWindowEx(0, GM.CreateVariable('STATIC', { wide: true }), GM.CreateVariable(' ' + this.translations.Title, { wide: true }), WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT | SS_CENTERIMAGE,
SCALE(0, this.dpi), // x position
SCALE(0, this.dpi), // y position
SCALE(580, this.dpi), // Button width