Merge pull request #340 from toehead2001/master
Cheats window - Remove extra border around cheat list & Update checkmark gfx
This commit is contained in:
commit
2358e0897f
|
@ -978,7 +978,7 @@ int CALLBACK CCheats::CheatListProc (HWND hDlg,DWORD uMsg,DWORD wParam, DWORD lP
|
|||
GetWindowRect(GetDlgItem(hDlg, IDC_UNMARK), &rcButton);
|
||||
|
||||
_this->m_hCheatTree = (HWND)CreateWindowEx(WS_EX_CLIENTEDGE,WC_TREEVIEW,"",
|
||||
WS_CHILD | WS_BORDER | WS_VISIBLE | WS_VSCROLL | TVS_HASLINES |
|
||||
WS_CHILD | WS_VISIBLE | WS_VSCROLL | TVS_HASLINES |
|
||||
TVS_HASBUTTONS | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |WS_TABSTOP|
|
||||
TVS_FULLROWSELECT, 8, 15, rcList.right-rcList.left-16,
|
||||
rcButton.top-rcList.top-22, hDlg, (HMENU)IDC_MYTREE, GetModuleHandle(NULL), NULL);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue