Skip to content

Commit 417f09e

Browse files
committed
increase opacity by 1
1 parent a335aec commit 417f09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ int WINAPI WinMain(HINSTANCE hInstance, __attribute__((unused)) HINSTANCE hPrevI
414414
MessageBox(NULL, "Window Creation Failed!", "Error!", MB_ICONEXCLAMATION | MB_OK);
415415
return 0;
416416
}
417-
SetLayeredWindowAttributes(mainWindow, 0, 230, LWA_ALPHA);
417+
SetLayeredWindowAttributes(mainWindow, 0, 231, LWA_ALPHA);
418418

419419
// create a tree view
420420
treeview = CreateWindowEx(WS_EX_CLIENTEDGE, WC_TREEVIEW, NULL, WS_CHILD | TVS_HASLINES | TVS_HASBUTTONS | TVS_LINESATROOT | TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS, 6, 80, 480, 380, mainWindow, NULL, hInstance, NULL);

0 commit comments

Comments
 (0)