Fix blank space between toolbar and render area
This commit is contained in:
@@ -64,7 +64,7 @@ ToolBarCreate(HWND hwndParent, HINSTANCE hInst)
|
|||||||
WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
|
WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
|
||||||
WS_CLIPCHILDREN | RBS_VARHEIGHT |
|
WS_CLIPCHILDREN | RBS_VARHEIGHT |
|
||||||
CCS_NODIVIDER | CCS_NOPARENTALIGN,
|
CCS_NODIVIDER | CCS_NOPARENTALIGN,
|
||||||
0, 0, 0, 0,
|
0, 0, scrnsz_x, 0,
|
||||||
hwndParent, NULL, hInst, NULL);
|
hwndParent, NULL, hInst, NULL);
|
||||||
|
|
||||||
// Create and send the REBARINFO structure.
|
// Create and send the REBARINFO structure.
|
||||||
|
Reference in New Issue
Block a user