Made the Toolbar style flat
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2594 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a23f1509c2
commit
4637b9f327
2 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,7 @@ void CreateToolBar()
|
|||
tbButton[TBB_DOCS] = CreateToolBarButton(IDB_DOCS, IDM_DOCS, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0);
|
||||
|
||||
g_toolbar.hwnd = CreateToolbarEx(g_sdata.hwnd,
|
||||
WS_CHILD | WS_VISIBLE | TBSTYLE_TRANSPARENT,
|
||||
WS_CHILD | WS_VISIBLE | TBSTYLE_TRANSPARENT | TBSTYLE_FLAT,
|
||||
TOOLBAR_ID,
|
||||
NUMIMAGES,
|
||||
g_sdata.hInstance,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue