From 429ccf839a40d56563be562d82d8561271d1a5d7 Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Sun, 16 Apr 2006 10:24:11 +0000 Subject: [PATCH] Flat toolbar buttons for ibrowser svn path=/trunk/; revision=21602 --- reactos/base/applications/ibrowser/mainframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/ibrowser/mainframe.cpp b/reactos/base/applications/ibrowser/mainframe.cpp index b92ea804b16..f777dc76bb2 100644 --- a/reactos/base/applications/ibrowser/mainframe.cpp +++ b/reactos/base/applications/ibrowser/mainframe.cpp @@ -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));