[vlc-commits] qt4: win7 taskbar buttons are 16x16 since a3db0685

Rafaël Carré git at videolan.org
Mon Aug 26 10:44:04 CEST 2013


vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | Mon Aug 26 10:15:24 2013 +0200| [31b0d9e6f00b689f17e24f50f9b02d9d19f66aff] | committer: Jean-Baptiste Kempf

qt4: win7 taskbar buttons are 16x16 since a3db0685

Close #9227

(cherry picked from commit f49919da938a9a6d8dfc6dc2b62a259219f6033b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=31b0d9e6f00b689f17e24f50f9b02d9d19f66aff
---

 modules/gui/qt4/main_interface_win32.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp
index 42a9135..e49f256 100644
--- a/modules/gui/qt4/main_interface_win32.cpp
+++ b/modules/gui/qt4/main_interface_win32.cpp
@@ -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



More information about the vlc-commits mailing list