mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
add a line at the root of the tree for user ergonomics :)
svn path=/trunk/; revision=24309
This commit is contained in:
parent
540d96660c
commit
f8df38ff88
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ CreateTreeView(PMAIN_WND_INFO Info)
|
||||||
WC_TREEVIEW,
|
WC_TREEVIEW,
|
||||||
NULL,
|
NULL,
|
||||||
WS_CHILD | WS_VISIBLE | WS_BORDER |
|
WS_CHILD | WS_VISIBLE | WS_BORDER |
|
||||||
TVS_HASLINES | TVS_HASBUTTONS | TVS_SHOWSELALWAYS,
|
TVS_HASLINES | TVS_HASBUTTONS | TVS_SHOWSELALWAYS | TVS_LINESATROOT,
|
||||||
0, 0, 0, 0,
|
0, 0, 0, 0,
|
||||||
Info->hMainWnd,
|
Info->hMainWnd,
|
||||||
(HMENU) IDC_TREEVIEW,
|
(HMENU) IDC_TREEVIEW,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue