From f8df38ff88a53a76087f0ca7f53470e650a0eb8d Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Sat, 30 Sep 2006 10:18:04 +0000 Subject: [PATCH] add a line at the root of the tree for user ergonomics :) svn path=/trunk/; revision=24309 --- reactos/base/applications/devmgmt/mainwnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/devmgmt/mainwnd.c b/reactos/base/applications/devmgmt/mainwnd.c index 00b89f83523..b7e81c392c9 100644 --- a/reactos/base/applications/devmgmt/mainwnd.c +++ b/reactos/base/applications/devmgmt/mainwnd.c @@ -154,7 +154,7 @@ CreateTreeView(PMAIN_WND_INFO Info) WC_TREEVIEW, NULL, WS_CHILD | WS_VISIBLE | WS_BORDER | - TVS_HASLINES | TVS_HASBUTTONS | TVS_SHOWSELALWAYS, + TVS_HASLINES | TVS_HASBUTTONS | TVS_SHOWSELALWAYS | TVS_LINESATROOT, 0, 0, 0, 0, Info->hMainWnd, (HMENU) IDC_TREEVIEW,