mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Create band site's rebar control with styles CCS_NORESIZE and CCS_NOPARENTALIGN
svn path=/trunk/; revision=38780
This commit is contained in:
parent
a0d07a719b
commit
56f1f5bf69
1 changed files with 2 additions and 1 deletions
|
@ -957,7 +957,8 @@ static HRESULT WINAPI BandSite_IDeskBarClient_SetDeskBarSite(IDeskBarClient *ifa
|
|||
NULL,
|
||||
WS_CHILD | WS_CLIPSIBLINGS |
|
||||
WS_CLIPCHILDREN | RBS_VARHEIGHT |
|
||||
CCS_NODIVIDER | RBS_BANDBORDERS,
|
||||
RBS_BANDBORDERS | CCS_NODIVIDER |
|
||||
CCS_NORESIZE | CCS_NOPARENTALIGN,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue