Commit f49919da authored by Rafaël Carré's avatar Rafaël Carré

qt4: win7 taskbar buttons are 16x16 since a3db0685

Close #9227
parent 761f8028
......@@ -88,8 +88,8 @@ void MainInterface::createTaskBarButtons()
{
p_taskbl->HrInit();
if( (himl = ImageList_Create( 20, //cx
20, //cy
if( (himl = ImageList_Create( 16, //cx
16, //cy
ILC_COLOR32,//flags
4,//initial nb of images
0//nb of images that can be added
......
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