mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-19 09:43:20 +00:00
Updated spacing on title bar for windows user consent and dialog
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -348,7 +348,7 @@ function pump_onHwnd(h)
|
|||||||
this.pump._addAsyncMethodCall(this.pump._user32.SetCursor.async, [cs]);
|
this.pump._addAsyncMethodCall(this.pump._user32.SetCursor.async, [cs]);
|
||||||
}).parentPromise.pump = this;
|
}).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), // x position
|
||||||
SCALE(0, this.dpi), // y position
|
SCALE(0, this.dpi), // y position
|
||||||
SCALE(580, this.dpi), // Button width
|
SCALE(580, this.dpi), // Button width
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ function pump_onHwnd(h)
|
|||||||
this.pump._addAsyncMethodCall(this.pump._user32.SetCursor.async, [cs]);
|
this.pump._addAsyncMethodCall(this.pump._user32.SetCursor.async, [cs]);
|
||||||
}).parentPromise.pump = this;
|
}).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), // x position
|
||||||
SCALE(0, this.dpi), // y position
|
SCALE(0, this.dpi), // y position
|
||||||
SCALE(580, this.dpi), // Button width
|
SCALE(580, this.dpi), // Button width
|
||||||
|
|||||||
Reference in New Issue
Block a user