diff --git a/plugins/ExtendedTools/frameprp.c b/plugins/ExtendedTools/frameprp.c index 70ad12351256..0bf5faf815a7 100644 --- a/plugins/ExtendedTools/frameprp.c +++ b/plugins/ExtendedTools/frameprp.c @@ -90,8 +90,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, @@ -105,8 +105,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, @@ -120,8 +120,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, @@ -135,8 +135,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, @@ -150,8 +150,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, @@ -165,8 +165,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, @@ -180,8 +180,8 @@ VOID FramesPropCreateGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER | WS_CLIPSIBLINGS, 0, 0, - 3, - 3, + 0, + 0, Context->WindowHandle, NULL, NULL, diff --git a/plugins/ExtendedTools/gpunodes.c b/plugins/ExtendedTools/gpunodes.c index 74357e582777..66e3734b12fe 100644 --- a/plugins/ExtendedTools/gpunodes.c +++ b/plugins/ExtendedTools/gpunodes.c @@ -137,8 +137,8 @@ INT_PTR CALLBACK EtpGpuNodesDlgProc( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, hwndDlg, NULL, NULL, diff --git a/plugins/ExtendedTools/gpusys.c b/plugins/ExtendedTools/gpusys.c index 7c82798de8a7..66d007da3dcf 100644 --- a/plugins/ExtendedTools/gpusys.c +++ b/plugins/ExtendedTools/gpusys.c @@ -498,8 +498,8 @@ VOID EtpCreateGpuGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, GpuDialog, NULL, NULL, @@ -513,8 +513,8 @@ VOID EtpCreateGpuGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, GpuDialog, NULL, NULL, @@ -528,8 +528,8 @@ VOID EtpCreateGpuGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, GpuDialog, NULL, NULL, @@ -545,8 +545,8 @@ VOID EtpCreateGpuGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, GpuDialog, NULL, NULL, @@ -560,8 +560,8 @@ VOID EtpCreateGpuGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, GpuDialog, NULL, NULL, @@ -575,8 +575,8 @@ VOID EtpCreateGpuGraphs( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, GpuDialog, NULL, NULL, diff --git a/plugins/ExtendedTools/npunodes.c b/plugins/ExtendedTools/npunodes.c index a825d0c4e895..b546bd8d0206 100644 --- a/plugins/ExtendedTools/npunodes.c +++ b/plugins/ExtendedTools/npunodes.c @@ -138,8 +138,8 @@ INT_PTR CALLBACK EtpNpuNodesDlgProc( WS_VISIBLE | WS_CHILD | WS_BORDER, 0, 0, - 3, - 3, + 0, + 0, hwndDlg, NULL, NULL,