Merge pull request #5089 from narunlifescience/master

fix rating half star issue
This commit is contained in:
John Maguire 2015-10-26 13:06:31 +00:00
commit 240605a011
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);