[vlc-devel] commit: Qt iconView: recude the clipping radius to 5 (from 7) ( Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jan 25 16:46:19 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 25 16:45:26 2010 +0100| [64ede4fc2b4a582ab516b64ab118605e9d1521df] | committer: Jean-Baptiste Kempf 

Qt iconView: recude the clipping radius to 5 (from 7)

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

 modules/gui/qt4/components/playlist/icon_view.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/icon_view.cpp b/modules/gui/qt4/components/playlist/icon_view.cpp
index e7eb2b2..5c1c56b 100644
--- a/modules/gui/qt4/components/playlist/icon_view.cpp
+++ b/modules/gui/qt4/components/playlist/icon_view.cpp
@@ -36,7 +36,7 @@
 #define ART_SIZE            64
 #define OFFSET              (100-64)/2
 #define ITEMS_SPACING       10
-#define ART_RADIUS          7
+#define ART_RADIUS          5
 
 void PlListViewItemDelegate::paint( QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index ) const
 {




More information about the vlc-devel mailing list