]> git.sesse.net Git - vlc/commitdiff
qt4: win7 taskbar buttons are 16x16 since a3db0685
authorRafaël Carré <funman@videolan.org>
Mon, 26 Aug 2013 08:15:24 +0000 (10:15 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 26 Aug 2013 08:15:24 +0000 (10:15 +0200)
Close #9227

modules/gui/qt4/main_interface_win32.cpp

index 42a913558cc94186a51d5b38a4bf56c64fc97d59..e49f2564b2a3fd6c088fff86f8a985cf2001595f 100644 (file)
@@ -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