aboutsummaryrefslogtreecommitdiff
path: root/c/listview.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 16:56:31 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 16:56:31 +0100
commitc605ea0545ac22dc328c83d78011e3d18346eb63 (patch)
treeb809214638566a8dc0621095c4be3fd721577b0c /c/listview.c
parent2e5ea298da89df79fc057ad46253e5a9d860e7e3 (diff)
downloadEpisodeBrowser-c605ea0545ac22dc328c83d78011e3d18346eb63.tar.gz
Show data list view.
Diffstat (limited to 'c/listview.c')
-rw-r--r--c/listview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/listview.c b/c/listview.c
index e38429b..66bcc29 100644
--- a/c/listview.c
+++ b/c/listview.c
@@ -18,7 +18,7 @@ LvCreate(HWND hWnd, HMENU hMenu)
HWND hListView;
hListView = CreateWindowEx(
- 0,
+ WS_EX_CLIENTEDGE,
WC_LISTVIEW,
TEXT(""),
WS_CHILD|WS_VISIBLE|WS_VSCROLL|LVS_REPORT,