[vlc-commits] qt4: win7 taskbar buttons are 16x16 since a3db0685
Rafaël Carré
git at videolan.org
Mon Aug 26 10:16:13 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Aug 26 10:15:24 2013 +0200| [f49919da938a9a6d8dfc6dc2b62a259219f6033b] | committer: Rafaël Carré
qt4: win7 taskbar buttons are 16x16 since a3db0685
Close #9227
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f49919da938a9a6d8dfc6dc2b62a259219f6033b
---
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