Commit 64ede4fc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent 5f1d2690
......@@ -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
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment