mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
[Minor] Return Visual Padding
Just makes it nicer to read.
This commit is contained in:
parent
d00226f9e3
commit
fbdc441390
@ -254,12 +254,12 @@ if (config.auth_force_edmc_protocol # noqa: C901
|
|||||||
hwnd = CreateWindowExW(
|
hwnd = CreateWindowExW(
|
||||||
0, # dwExStyle
|
0, # dwExStyle
|
||||||
wndclass.lpszClassName, # lpClassName
|
wndclass.lpszClassName, # lpClassName
|
||||||
"DDE Server", # lpWindowName
|
"DDE Server", # lpWindowName
|
||||||
0, # dwStyle
|
0, # dwStyle
|
||||||
CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, # X, Y, nWidth, nHeight
|
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
|
self.master.winfo_id(), # hWndParent # Don't use HWND_MESSAGE since the window won't get DDE broadcasts
|
||||||
None, # hMenu
|
None, # hMenu
|
||||||
wndclass.hInstance, # hInstance
|
wndclass.hInstance, # hInstance
|
||||||
None # lpParam
|
None # lpParam
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user