[vlc-devel] commit: Qt: noArt in 64x64 (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jan 25 12:06:49 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 25 12:03:29 2010 +0100| [d9e5f87e6c90fb7a75fd900d98ed90421094b0f0] | committer: Jean-Baptiste Kempf 

Qt: noArt in 64x64

This will be usefull to avoid to many resizing in icon_View

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

 modules/gui/qt4/pixmaps/noart-64.png |  Bin 0 -> 5469 bytes
 modules/gui/qt4/vlc.qrc              |    1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/pixmaps/noart-64.png b/modules/gui/qt4/pixmaps/noart-64.png
new file mode 100644
index 0000000..e8bd670
Binary files /dev/null and b/modules/gui/qt4/pixmaps/noart-64.png differ
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index b82121a..4de860d 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -84,6 +84,7 @@
         <file alias="down_arrow" >pixmaps/arrow_down_dark.png</file>
         <file alias="update" >pixmaps/update.png</file>
         <file alias="noart.png" >pixmaps/noart.png</file>
+        <file alias="noart64" >pixmaps/noart-64.png</file>
         <file>pixmaps/go-next.png</file>
         <file alias="new.png" >pixmaps/profile_new.png</file>
         <file alias="lock" >pixmaps/lock.png</file>




More information about the vlc-devel mailing list