1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[Minor] Return Visual Padding

Just makes it nicer to read.
This commit is contained in:
David Sangrey 2024-04-05 17:28:08 -04:00
parent d00226f9e3
commit fbdc441390
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -254,12 +254,12 @@ if (config.auth_force_edmc_protocol # noqa: C901
hwnd = CreateWindowExW(
0, # dwExStyle
wndclass.lpszClassName, # lpClassName
"DDE Server", # lpWindowName
0, # dwStyle
"DDE Server", # lpWindowName
0, # dwStyle
CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, # X, Y, nWidth, nHeight
self.master.winfo_id(), # hWndParent # Don't use HWND_MESSAGE since the window won't get DDE broadcasts
None, # hMenu
wndclass.hInstance, # hInstance
None, # hMenu
wndclass.hInstance, # hInstance
None # lpParam
)