mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Flat toolbar buttons for ibrowser
svn path=/trunk/; revision=21602
This commit is contained in:
@@ -89,7 +89,7 @@ MainFrameBase::MainFrameBase(HWND hwnd)
|
||||
#ifndef _NO_REBAR
|
||||
CCS_NOPARENTALIGN|CCS_NORESIZE|
|
||||
#endif
|
||||
WS_CHILD|WS_VISIBLE, IDW_TOOLBAR, 2, g_hInstance, IDB_TOOLBAR,
|
||||
WS_CHILD|WS_VISIBLE|TBSTYLE_FLAT, IDW_TOOLBAR, 2, g_hInstance, IDB_TOOLBAR,
|
||||
toolbarBtns, sizeof(toolbarBtns)/sizeof(TBBUTTON),
|
||||
16, 15, 16, 15, sizeof(TBBUTTON));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user