Commit 9ca5cd31 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ieframe: Widen toolbar buttons to accommodate Catalan translation.

parent 7e5cb215
...@@ -471,7 +471,7 @@ static void create_rebar(InternetExplorer *ie) ...@@ -471,7 +471,7 @@ static void create_rebar(InternetExplorer *ie)
add_tb_button(ie, 4, ID_BROWSE_HOME, IDS_TB_HOME); add_tb_button(ie, 4, ID_BROWSE_HOME, IDS_TB_HOME);
add_tb_separator(ie); add_tb_separator(ie);
add_tb_button(ie, 5, ID_BROWSE_PRINT, IDS_TB_PRINT); add_tb_button(ie, 5, ID_BROWSE_PRINT, IDS_TB_PRINT);
SendMessageW(ie->toolbar_hwnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(55,50)); SendMessageW(ie->toolbar_hwnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(65,50));
SendMessageW(ie->toolbar_hwnd, TB_GETMAXSIZE, 0, (LPARAM)&toolbar_size); SendMessageW(ie->toolbar_hwnd, TB_GETMAXSIZE, 0, (LPARAM)&toolbar_size);
bandinf.cbSize = sizeof(bandinf); bandinf.cbSize = sizeof(bandinf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment