diff options
| author | David Edmundson <[email protected]> | 2015-03-25 12:43:56 +0100 |
|---|---|---|
| committer | David Edmundson <[email protected]> | 2015-03-25 18:31:40 +0100 |
| commit | 00b00d2371e0f65da0c6bf30775ae43f536ab807 (patch) | |
| tree | e4daf9e17f43e267bcc6c8640aaca2cc8801cb60 /src/kitemviews/kstandarditemlistwidget.h | |
| parent | ebd03cc205d3dfe4b60835eddb44247e3a6b9eaf (diff) | |
Paint icons at the correct size
Diffstat (limited to 'src/kitemviews/kstandarditemlistwidget.h')
| -rw-r--r-- | src/kitemviews/kstandarditemlistwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kstandarditemlistwidget.h b/src/kitemviews/kstandarditemlistwidget.h index 826452255..b47644172 100644 --- a/src/kitemviews/kstandarditemlistwidget.h +++ b/src/kitemviews/kstandarditemlistwidget.h @@ -242,7 +242,7 @@ private: Layout m_layout; QPointF m_pixmapPos; QPixmap m_pixmap; - QSize m_scaledPixmapSize; + QSize m_scaledPixmapSize; //Size of the pixmap in device independent pixels QRectF m_iconRect; // Cache for KItemListWidget::iconRect() QPixmap m_hoverPixmap; // Cache for modified m_pixmap when hovering the item |
