fix rating half star issue

This commit is contained in:
narunlifescience 2015-10-26 06:21:04 -06:00
parent b9eca5e323
commit 2b5ad90ea8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 352 B

View File

@ -26,7 +26,7 @@ class RatingPainter {
RatingPainter();
static const int kStarCount = 5;
static const int kStarSize = 15;
static const int kStarSize = 16;
static QRect Contents(const QRect& rect);
static double RatingForPos(const QPoint& pos, const QRect& rect);