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:
parent
d00226f9e3
commit
fbdc441390
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user