ieframe: Widen toolbar buttons to accommodate Catalan translation.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7e5cb21540
commit
9ca5cd317f
|
@ -471,7 +471,7 @@ static void create_rebar(InternetExplorer *ie)
|
|||
add_tb_button(ie, 4, ID_BROWSE_HOME, IDS_TB_HOME);
|
||||
add_tb_separator(ie);
|
||||
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);
|
||||
|
||||
bandinf.cbSize = sizeof(bandinf);
|
||||
|
|
Loading…
Reference in New Issue